dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/i386/kernel/cpu/mcheck
Ingo Molnar 0231606785 [PATCH] hotplug CPU: clean up hotcpu_notifier() use
There was lots of #ifdef noise in the kernel due to hotcpu_notifier(fn,
prio) not correctly marking 'fn' as used in the !HOTPLUG_CPU case, and thus
generating compiler warnings of unused symbols, hence forcing people to add
#ifdefs.

the compiler can skip truly unused functions just fine:

    text    data     bss     dec     hex filename
 1624412  728710 3674856 6027978  5bfaca vmlinux.before
 1624412  728710 3674856 6027978  5bfaca vmlinux.after

[akpm@osdl.org: topology.c fix]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-07 08:39:39 -08:00
..
Makefile [PATCH] x86: Refactor thermal throttle processing 2006-09-26 10:52:42 +02:00
k7.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
mce.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
mce.h [PATCH] mce section fix 2006-07-31 13:28:37 -07:00
non-fatal.c WorkStruct: make allyesconfig 2006-11-22 14:57:56 +00:00
p4.c [PATCH] x86: Add a cumulative thermal throttle event counter. 2006-09-26 10:52:42 +02:00
p5.c [PATCH] x86: add MCE resume 2005-11-07 07:53:30 -08:00
p6.c [PATCH] x86: add MCE resume 2005-11-07 07:53:30 -08:00
therm_throt.c [PATCH] hotplug CPU: clean up hotcpu_notifier() use 2006-12-07 08:39:39 -08:00
winchip.c [PATCH] x86: add MCE resume 2005-11-07 07:53:30 -08:00