[2.6 patch] i386: no need to make enable_cpu_hotplug a variable

2007-07-29 Thread Adrian Bunk
As long as there's no write access to this variable there's no reason to let gcc check it at runtime. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch has been sent on: - 6 Jul 2007 arch/i386/kernel/topology.c |2 -- include/asm-i386/cpu.h |2 +- 2 files changed, 1 i

[2.6 patch] i386: no need to make enable_cpu_hotplug a variable

2007-07-05 Thread Adrian Bunk
As long as there's no write access to this variable there's no reason to let gcc check it at runtime. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- arch/i386/kernel/topology.c |2 -- include/asm-i386/cpu.h |2 +- 2 files changed, 1 insertion(+), 3 deletions(-) --- linux-2.6.