Files
linux/arch/sparc
David S. Miller 16f61cb911 sparc64: Fix bootup crash on sun4v.
commit 9e0daff30f upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-04-22 16:21:24 -07:00
..
2010-08-14 22:26:53 +02:00
2011-03-31 11:26:23 -03:00
2011-06-07 16:06:34 -07:00
2011-10-03 11:40:00 -07:00