linux-stable-rt/drivers/base
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
..
power
Kconfig
Makefile
attribute_container.c
base.h
bus.c CONFIG_SYSFS_DEPRECATED - bus symlinks 2006-12-01 14:51:58 -08:00
class.c CONFIG_SYSFS_DEPRECATED - class symlinks 2006-12-01 14:51:59 -08:00
core.c [PATCH] add numa node information to struct device 2006-12-07 08:39:22 -08:00
cpu.c [PATCH] severing module.h->sched.h 2006-12-04 02:00:22 -05:00
dd.c Driver core: fix "driver" symlink timing 2006-12-01 14:51:58 -08:00
dmapool.c [PATCH] slab: remove SLAB_KERNEL 2006-12-07 08:39:24 -08:00
driver.c
firmware.c
firmware_class.c Driver core: convert firmware code to use struct device 2006-12-01 14:52:00 -08:00
hypervisor.c
init.c
isa.c
map.c
memory.c [PATCH] driver/base/memory.c: handle errors properly 2006-12-07 08:39:36 -08:00
node.c
platform.c Driver core: platform_driver_probe(), can save codespace 2006-12-01 14:52:02 -08:00
sys.c
topology.c [PATCH] hotplug CPU: clean up hotcpu_notifier() use 2006-12-07 08:39:39 -08:00
transport_class.c