diff options
author | Jeremy Fitzhardinge <jeremy@xensource.com> | 2007-07-17 21:37:03 -0400 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy@goop.org> | 2007-07-18 11:47:41 -0400 |
commit | 724faa89ccd8fae65f3d41a47b0e1034cf07918b (patch) | |
tree | 6e720d0d35ac99eae1bc8f3e8bc304f4f144d6b5 /include/asm-i386/smp.h | |
parent | 53787013248f52af81d99f63454e5a5cf34d6f12 (diff) |
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/asm-i386/smp.h')
-rw-r--r-- | include/asm-i386/smp.h | 2 |
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); | |||
129 | extern void __cpu_die(unsigned int cpu); | 129 | extern void __cpu_die(unsigned int cpu); |
130 | extern unsigned int num_processors; | 130 | extern unsigned int num_processors; |
131 | 131 | ||
132 | void __cpuinit smp_store_cpu_info(int id); | ||
133 | |||
132 | #endif /* !__ASSEMBLY__ */ | 134 | #endif /* !__ASSEMBLY__ */ |
133 | 135 | ||
134 | #else /* CONFIG_SMP */ | 136 | #else /* CONFIG_SMP */ |