aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/smp.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-17 16:58:24 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-17 16:58:24 +0100
commit23d4bc68d83a93f1fff7f36ff53497df11dea397 (patch)
tree38a6f1fd3653aa05da0bbc8eb272d8a27c2d5f46 /xen/include/asm-x86/smp.h
parent27eb06dc218eb2723b9cb0895465961010d07d69 (diff)
downloadxen-23d4bc68d83a93f1fff7f36ff53497df11dea397.tar.gz
xen-23d4bc68d83a93f1fff7f36ff53497df11dea397.tar.bz2
xen-23d4bc68d83a93f1fff7f36ff53497df11dea397.zip
x86: Reindent smpboot.c and clean up a little.
No semantic changes. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/smp.h')
-rw-r--r--xen/include/asm-x86/smp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/smp.h b/xen/include/asm-x86/smp.h
index 3f14b0a89a..8121f82f36 100644
--- a/xen/include/asm-x86/smp.h
+++ b/xen/include/asm-x86/smp.h
@@ -57,7 +57,7 @@ DECLARE_PER_CPU(int, cpu_state);
#define cpu_is_offline(cpu) unlikely(!cpu_online(cpu))
extern void cpu_exit_clear(void);
-extern void cpu_uninit(void);
+extern void cpu_uninit(unsigned int cpu);
int cpu_add(uint32_t apic_id, uint32_t acpi_id, uint32_t pxm);
/*