From bcacaaadaa0fd4c4b3433048b76f3a86870b40cf Mon Sep 17 00:00:00 2001 From: Nick Piggin Date: Sat, 21 Jul 2007 04:37:17 -0700 Subject: [PATCH] --- yaml --- r: 62306 b: refs/heads/master c: 71133027febfabd501fde7583b30008224f4d799 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86_64/system.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5f6313c82b26..9454cfaeacab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c4d198d5183ec7bbf8b53216cfc5ded7ebb0ec0c +refs/heads/master: 71133027febfabd501fde7583b30008224f4d799 diff --git a/trunk/include/asm-x86_64/system.h b/trunk/include/asm-x86_64/system.h index e4f246d62c46..6313d33a0686 100644 --- a/trunk/include/asm-x86_64/system.h +++ b/trunk/include/asm-x86_64/system.h @@ -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__ */