]> err.no Git - linux-2.6/blobdiff - include/asm-x86/processor.h
keys: allow the callout data to be passed as a blob rather than a string
[linux-2.6] / include / asm-x86 / processor.h
index 117343b0c271f7f3781d8d67e5e0370671b1e1a7..2e7974ec77eca6e94b2ee503d02580a87db717a2 100644 (file)
@@ -722,6 +722,7 @@ static inline void __mwait(unsigned long eax, unsigned long ecx)
 
 static inline void __sti_mwait(unsigned long eax, unsigned long ecx)
 {
+       trace_hardirqs_on();
        /* "mwait %eax, %ecx;" */
        asm volatile("sti; .byte 0x0f, 0x01, 0xc9;"
                     :: "a" (eax), "c" (ecx));