diff options
author | Janusz Krzysztofik <[email protected]> | 2011-07-04 03:56:15 -0700 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2011-07-04 03:56:15 -0700 |
commit | 07ad6ab3d79ede41cd8a69499e81df7b405635d2 (patch) | |
tree | 55f00c4a08380b091253a48e728713b67214c2d0 /lib/cpu-notifier-error-inject.c | |
parent | b0af8dfdd67699e25083478c63eedef2e72ebd85 (diff) |
omap: drop __initdata tags from static struct platform_device declarations
Pointers to statically declared platform device structures which are
registered with platform_device_register() are then used during run time
to access these structure members, for example from platform_uevent()
and much more. Therefore, these structures should never be placed inside
sections which are dropped after boot. Fix platform devices incorrectly
tagged with __initdata which happen to exist inside OMAP sub-trees.
This bug has exhibited itself on my ARM/OMAP1 based Amstrad Delta
videophone after commit 6d3163ce86dd386b4f7bda80241d7fea2bc0bb1d, "mm:
check if any page in a pageblock is reserved before marking it
MIGRATE_RESERVE", resulting in reading from several
/sys/device/platform/*/uevent files always ending up with segmentation
faults.
Signed-off-by: Janusz Krzysztofik <[email protected]>
Acked-by: Felipe Balbi <[email protected]>
Cc: Varadarajan, Charulatha <[email protected]>
Cc: Jarkko Nikula <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions