mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 00:00:00 +00:00
x86_64: wbinvd macro fix
Too many semicolons in this macro. Signed-off-by: Nick Piggin <npiggin@suse.de> Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
c4d198d518
commit
71133027fe
@ -109,7 +109,7 @@ static inline void write_cr4(unsigned long val)
|
||||
#define stts() write_cr0(8 | read_cr0())
|
||||
|
||||
#define wbinvd() \
|
||||
__asm__ __volatile__ ("wbinvd": : :"memory");
|
||||
__asm__ __volatile__ ("wbinvd": : :"memory")
|
||||
|
||||
#endif /* __KERNEL__ */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user