Skip to content
Commit 9e0daff3 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
Cc: stable@vger.kernel.org
parent 4166fb64
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment