Loading arch/mips/kernel/cpu-probe.c +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ static void au1k_wait(void) static int __initdata nowait = 0; int __init wait_disable(char *s) static int __init wait_disable(char *s) { nowait = 1; Loading arch/mips/kernel/setup.c +2 −2 Original line number Diff line number Diff line Loading @@ -543,7 +543,7 @@ void __init setup_arch(char **cmdline_p) #endif } int __init fpu_disable(char *s) static int __init fpu_disable(char *s) { int i; Loading @@ -555,7 +555,7 @@ int __init fpu_disable(char *s) __setup("nofpu", fpu_disable); int __init dsp_disable(char *s) static int __init dsp_disable(char *s) { cpu_data[0].ases &= ~MIPS_ASE_DSP; Loading Loading
arch/mips/kernel/cpu-probe.c +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ static void au1k_wait(void) static int __initdata nowait = 0; int __init wait_disable(char *s) static int __init wait_disable(char *s) { nowait = 1; Loading
arch/mips/kernel/setup.c +2 −2 Original line number Diff line number Diff line Loading @@ -543,7 +543,7 @@ void __init setup_arch(char **cmdline_p) #endif } int __init fpu_disable(char *s) static int __init fpu_disable(char *s) { int i; Loading @@ -555,7 +555,7 @@ int __init fpu_disable(char *s) __setup("nofpu", fpu_disable); int __init dsp_disable(char *s) static int __init dsp_disable(char *s) { cpu_data[0].ases &= ~MIPS_ASE_DSP; Loading