remarkable-linux/arch/s390
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
..
appldata [PATCH] Remove __devinitdata from notifier block definitions 2006-04-26 08:27:50 -07:00
boot
crypto [PATCH] more s/fucn/func/ typo fixes 2006-03-26 08:57:09 -08:00
kernel [PATCH] for_each_possible_cpu: s390 2006-03-31 12:18:52 -08:00
lib [PATCH] s390: Increase spinlock retry code performance 2006-03-09 19:47:38 -08:00
math-emu
mm [PATCH] s390: /proc/sys/vm/cmm_* permission bits 2006-03-24 07:33:16 -08:00
oprofile [PATCH] s390: add oprofile callgraph support 2006-01-06 08:33:50 -08:00
defconfig [PATCH] s390: update default configuration 2006-04-11 06:18:37 -07:00
Kconfig [PATCH] bitops: s390: use generic bitops 2006-03-26 08:57:14 -08:00
Kconfig.debug
Makefile [PATCH] arch/s390/Makefile: remove -finline-limit=10000 2006-04-11 06:18:39 -07:00