]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86 topology: don;t create a control file for BSP that cannot be removed
authorAshok Raj <ashok.raj@intel.com>
Thu, 23 Mar 2006 10:59:57 +0000 (02:59 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 23 Mar 2006 15:38:07 +0000 (07:38 -0800)
commit84b19421eb6ed68e9b090ebb31bc0fd4b24ebb3f
treea0c379bb38725c912ae674866e5db1b5d7e44d50
parent394e685d7e5d70ffd1db657a2a3d79ca89898588
[PATCH] x86 topology: don;t create a control file for BSP that cannot be removed

Don't create "online" control file for BSP (i386/x86_64) since its
not removable.

We originally added this to support ppc64 if the kernel has support but
BIOS indicated no offline support, we just didnt create online files for
them.

We used the same method in ia64 as well, if we have a cpu taking platform
interrupts but cannot be removed if those interrupts cannot be re-targeted
to another cpu.

Signed-off-by: Ashok Raj <ashok.raj@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/topology.c