aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/system.h
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-12-14 10:51:30 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-12-14 10:51:30 +0000
commit3876b13db7efbf2de19cbdd05a7083f9fc907578 (patch)
tree181aaf1f2959b05604603db60536c6d842640956 /xen/include/asm-x86/system.h
parent2607eac3a51a032af447ad175751dd35379c37ad (diff)
downloadxen-3876b13db7efbf2de19cbdd05a7083f9fc907578.tar.gz
xen-3876b13db7efbf2de19cbdd05a7083f9fc907578.tar.bz2
xen-3876b13db7efbf2de19cbdd05a7083f9fc907578.zip
bitkeeper revision 1.1159.187.64 (41bec5b2hEqxDdXD0_RNHHR7utG6gA)
schedule_tail is now an indirect function call in x86 architecture.
Diffstat (limited to 'xen/include/asm-x86/system.h')
-rw-r--r--xen/include/asm-x86/system.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/xen/include/asm-x86/system.h b/xen/include/asm-x86/system.h
index e2c961e360..18854edc3f 100644
--- a/xen/include/asm-x86/system.h
+++ b/xen/include/asm-x86/system.h
@@ -271,13 +271,6 @@ static inline int local_irq_is_enabled(void)
return !!(flags & (1<<9)); /* EFLAGS_IF */
}
-/*
- * disable hlt during certain critical i/o operations
- */
-#define HAVE_DISABLE_HLT
-void disable_hlt(void);
-void enable_hlt(void);
-
#define BROKEN_ACPI_Sx 0x0001
#define BROKEN_INIT_AFTER_S1 0x0002