aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86_64
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2006-10-14 02:25:59 -0400
committerLen Brown <len.brown@intel.com>2006-10-14 02:25:59 -0400
commitd7321ad2936c48a95af5187d4d676118cb59aa5f (patch)
tree238e1ca71ca6cc148204d00335f16cff329d7903 /include/asm-x86_64
parent1d5b30fc339fe2865599c70486abccc18200317d (diff)
parent991528d7348667924176f3e29addea0675298944 (diff)
Pull mwait into test branch
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r--include/asm-x86_64/processor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86_64/processor.h b/include/asm-x86_64/processor.h
index de9c3147ee4..cef17e0f828 100644
--- a/include/asm-x86_64/processor.h
+++ b/include/asm-x86_64/processor.h
@@ -475,6 +475,8 @@ static inline void __mwait(unsigned long eax, unsigned long ecx)
: :"a" (eax), "c" (ecx));
}
+extern void mwait_idle_with_hints(unsigned long eax, unsigned long ecx);
+
#define stack_current() \
({ \
struct thread_info *ti; \