sparc64: Implement SSTATE purely using notifiers and initcalls.
Don't clutter up the tree with sstate_blah() scattered all over the place. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -7,10 +7,6 @@
|
||||
#include <asm/cpudata.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SPARC64
|
||||
#include <asm/sstate.h>
|
||||
#endif
|
||||
|
||||
extern unsigned long loops_per_jiffy;
|
||||
|
||||
static void __init check_bugs(void)
|
||||
@@ -18,7 +14,4 @@ static void __init check_bugs(void)
|
||||
#if defined(CONFIG_SPARC32) && !defined(CONFIG_SMP)
|
||||
cpu_data(0).udelay_val = loops_per_jiffy;
|
||||
#endif
|
||||
#ifdef CONFIG_SPARC64
|
||||
sstate_running();
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user