summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@xensource.com>2007-07-18 03:37:03 +0200
committerJeremy Fitzhardinge <jeremy@goop.org>2007-07-18 17:47:41 +0200
commit724faa89ccd8fae65f3d41a47b0e1034cf07918b (patch)
tree6e720d0d35ac99eae1bc8f3e8bc304f4f144d6b5 /include
parentparavirt: unstatic leave_mm (diff)
downloadlinux-724faa89ccd8fae65f3d41a47b0e1034cf07918b.tar.xz
linux-724faa89ccd8fae65f3d41a47b0e1034cf07918b.zip
paravirt: unstatic smp_store_cpu_info
Paravirt implementations need to store cpu info when bringing up cpus. Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Diffstat (limited to 'include')
-rw-r--r--include/asm-i386/smp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-i386/smp.h b/include/asm-i386/smp.h
index 0c7132787062..0f54f44b4720 100644
--- a/include/asm-i386/smp.h
+++ b/include/asm-i386/smp.h
@@ -129,6 +129,8 @@ extern int __cpu_disable(void);
extern void __cpu_die(unsigned int cpu);
extern unsigned int num_processors;
+void __cpuinit smp_store_cpu_info(int id);
+
#endif /* !__ASSEMBLY__ */
#else /* CONFIG_SMP */