linux/arch/s390/appldata
Chandra Seetharaman 649bbaa484 [PATCH] Remove __devinitdata from notifier block definitions
Few of the notifier_chain_register() callers use __devinitdata in the
definition of notifier_block data structure.  It is incorrect as the
data structure should be available after the initializations (they do
not unregister them during initializations).

This was leading to an oops when notifier_chain_register() call is
invoked for those callback chains after initialization.

This patch fixes all such usages to _not_ have the notifier_block data
structure in the init data section.

Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-04-26 08:27:50 -07:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
appldata.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
appldata_base.c [PATCH] Remove __devinitdata from notifier block definitions 2006-04-26 08:27:50 -07:00
appldata_mem.c [PATCH] s390: deadlock in appldata 2005-06-04 17:13:00 -07:00
appldata_net_sum.c [PATCH] s390: deadlock in appldata 2005-06-04 17:13:00 -07:00
appldata_os.c [PATCH] s390: cputime_t fixes 2006-01-06 08:33:49 -08:00