Commit c2824b8b authored by Philippe Elie's avatar Philippe Elie Committed by Linus Torvalds

[PATCH] oprofile needs smp_num_siblings on x86-64

P4 oprofile needs cpu_sibling_map and smp_num_siblings, the later
was not exported
parent ab30a592
...@@ -196,6 +196,7 @@ EXPORT_SYMBOL(die_chain); ...@@ -196,6 +196,7 @@ EXPORT_SYMBOL(die_chain);
#ifdef CONFIG_SMP #ifdef CONFIG_SMP
EXPORT_SYMBOL(cpu_sibling_map); EXPORT_SYMBOL(cpu_sibling_map);
EXPORT_SYMBOL(smp_num_siblings);
#endif #endif
extern void do_softirq_thunk(void); extern void do_softirq_thunk(void);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment