aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorSatyam Sharma <[email protected]>2007-10-12 16:11:32 +0200
committerMartin Schwidefsky <[email protected]>2007-10-12 16:13:05 +0200
commit076fc808ab804c6cfb40fd0caa0b74dd50e0d5de (patch)
tree77c709e627a10c0401295d3c7fc291028eba424f /scripts/patch-kernel
parent11b8bf0107e688434b9e0570fd05e7c715534f3b (diff)
[S390] appldata_base: Remove module_exit function and modular stuff
arch/s390/Kconfig tells us that CONFIG_APPLDATA_BASE is bool and hence can never be built modular. Given this, defining appldata_exit() function is pointless (and wasteful, actually). Remove all that. Previous patch annotated appldata_offline_cpu() as __cpuexit, but now with the __exit function appldata_exit() gone, the only callsite that references it is __cpuinit, so this function can also be __cpuinit, thereby saving space when HOTPLUG_CPU=n. Signed-off-by: Satyam Sharma <[email protected]> Cc: Heiko Carstens <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions