aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/smp.h
diff options
context:
space:
mode:
authorkaf24@labyrinth.cl.cam.ac.uk <kaf24@labyrinth.cl.cam.ac.uk>2004-08-25 15:40:15 +0000
committerkaf24@labyrinth.cl.cam.ac.uk <kaf24@labyrinth.cl.cam.ac.uk>2004-08-25 15:40:15 +0000
commitcc113283a5f5c82656872f3f4417d258d138df4b (patch)
treec5b2d6450b2a2b35e0ae51460697f4c306ab332a /xen/include/asm-x86/smp.h
parent2e93467bf20423c7449f2bb25dadd5894c4525b3 (diff)
downloadxen-cc113283a5f5c82656872f3f4417d258d138df4b.tar.gz
xen-cc113283a5f5c82656872f3f4417d258d138df4b.tar.bz2
xen-cc113283a5f5c82656872f3f4417d258d138df4b.zip
bitkeeper revision 1.1159.51.2 (412cb2dfaIDYjySJYYMTByGbcM77UA)
More grant-table code, and some related sundry improvements.
Diffstat (limited to 'xen/include/asm-x86/smp.h')
-rw-r--r--xen/include/asm-x86/smp.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/xen/include/asm-x86/smp.h b/xen/include/asm-x86/smp.h
index 25c29de2e8..b4d79087c5 100644
--- a/xen/include/asm-x86/smp.h
+++ b/xen/include/asm-x86/smp.h
@@ -1,26 +1,13 @@
#ifndef __ASM_SMP_H
#define __ASM_SMP_H
-/*
- * We need the APIC definitions automatically as part of 'smp.h'
- */
#ifndef __ASSEMBLY__
#include <xen/config.h>
-/*#include <xen/threads.h>*/
-#include <asm/ptrace.h>
-#endif
-
-#ifdef CONFIG_X86_LOCAL_APIC
-#ifndef __ASSEMBLY__
#include <asm/fixmap.h>
-#include <asm/bitops.h>
#include <asm/mpspec.h>
-#ifdef CONFIG_X86_IO_APIC
#include <asm/io_apic.h>
-#endif
#include <asm/apic.h>
#endif
-#endif
#ifdef CONFIG_SMP
#ifndef __ASSEMBLY__
@@ -37,12 +24,6 @@ extern int pic_mode;
extern int smp_num_siblings;
extern int cpu_sibling_map[];
-extern void smp_flush_tlb(void);
-extern void smp_message_irq(int cpl, void *dev_id, struct pt_regs *regs);
-extern void smp_send_reschedule(int cpu);
-extern void smp_invalidate_rcv(void); /* Process an NMI */
-extern void (*mtrr_hook) (void);
-
/*
* On x86 all CPUs are mapped 1:1 to the APIC space.
* This simplifies scheduling and IPI sending and