commit | 7e74437cf60cc84a655e301f1ee48027b3bcf96e | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Sat Dec 09 21:33:36 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Sat Dec 09 21:33:36 2006 +0100 |
tree | 2cae13401bc5ae839f989e14e8de18d539db3ce3 | |
parent | 1bac3b383a93a4a920ffc57441eb133c78567fbd [diff] |
[PATCH] i386: export smp_num_siblings for oprofile oprofile uses smp_num_siblings without testing for CONFIG_X86_HT. I looked at modifying oprofile, but this way is cleaner & simpler and I didn't see a good reason not to just export it when CONFIG_SMP. WARNING: "smp_num_siblings" [arch/i386/oprofile/oprofile.ko] undefined! Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andi Kleen <ak@suse.de>