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__ */