https://github.com/torvalds/linux
Revision 9e0daff30fd7ecf698e5d20b0fa7f851e427cca5 authored by David S. Miller on 13 April 2012, 18:56:22 UTC, committed by David S. Miller on 13 April 2012, 18:56:22 UTC
The DS driver registers as a subsys_initcall() but this can be too
early, in particular this risks registering before we've had a chance
to allocate and setup module_kset in kernel/params.c which is
performed also as a subsyts_initcall().

Register DS using device_initcall() insteal.

Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: stable@vger.kernel.org
1 parent 4166fb6
History
Tip revision: 9e0daff30fd7ecf698e5d20b0fa7f851e427cca5 authored by David S. Miller on 13 April 2012, 18:56:22 UTC
sparc64: Fix bootup crash on sun4v.
Tip revision: 9e0daff
File Mode Size
regulator
00-INDEX -rw-r--r-- 1.4 KB
apm-acpi.txt -rw-r--r-- 1.5 KB
basic-pm-debugging.txt -rw-r--r-- 10.7 KB
charger-manager.txt -rw-r--r-- 7.4 KB
devices.txt -rw-r--r-- 34.1 KB
drivers-testing.txt -rw-r--r-- 2.1 KB
freezing-of-tasks.txt -rw-r--r-- 11.6 KB
interface.txt -rw-r--r-- 3.2 KB
notifiers.txt -rw-r--r-- 2.7 KB
opp.txt -rw-r--r-- 14.6 KB
pci.txt -rw-r--r-- 52.2 KB
pm_qos_interface.txt -rw-r--r-- 5.9 KB
power_supply_class.txt -rw-r--r-- 7.7 KB
runtime_pm.txt -rw-r--r-- 41.9 KB
s2ram.txt -rw-r--r-- 3.1 KB
states.txt -rw-r--r-- 3.1 KB
suspend-and-cpuhotplug.txt -rw-r--r-- 12.5 KB
swsusp-and-swap-files.txt -rw-r--r-- 2.7 KB
swsusp-dmcrypt.txt -rw-r--r-- 4.6 KB
swsusp.txt -rw-r--r-- 16.0 KB
tricks.txt -rw-r--r-- 753 bytes
userland-swsusp.txt -rw-r--r-- 8.4 KB
video.txt -rw-r--r-- 8.3 KB
video_extension.txt -rw-r--r-- 1.5 KB

back to top