"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "1566a48aaa10c6bb29b9a69dd8279f9a4fc41e35"
sparc64: Fix bootup crash on sun4v.
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
Loading
Please register or sign in to comment