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/s390/appldata
Satyam Sharma 076fc808ab [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 <satyam@infradead.org>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2007-10-12 16:13:05 +02:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
appldata.h [PATCH] sysctl: s390: move sysctl definitions to sysctl.h 2007-02-14 08:09:57 -08:00
appldata_base.c [S390] appldata_base: Remove module_exit function and modular stuff 2007-10-12 16:13:05 +02:00
appldata_mem.c [PATCH] appldata build fix 2007-03-14 15:27:48 -07:00
appldata_net_sum.c [NET]: Make the device list and device lookups per namespace. 2007-10-10 16:49:10 -07:00
appldata_os.c [S390] cleanup appldata. 2006-09-20 15:59:26 +02:00