]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/mips/kernel/setup.c
MIPS: nofpu and nodsp only affect CPU0
[karo-tx-linux.git] / arch / mips / kernel / setup.c
index f9513f9e61d3f13973b36ec7bf6611db242afc24..85aef3fc6716f8bc123ed614c454ad3f6dc2f07a 100644 (file)
@@ -569,27 +569,6 @@ void __init setup_arch(char **cmdline_p)
        plat_smp_setup();
 }
 
-static int __init fpu_disable(char *s)
-{
-       int i;
-
-       for (i = 0; i < NR_CPUS; i++)
-               cpu_data[i].options &= ~MIPS_CPU_FPU;
-
-       return 1;
-}
-
-__setup("nofpu", fpu_disable);
-
-static int __init dsp_disable(char *s)
-{
-       cpu_data[0].ases &= ~MIPS_ASE_DSP;
-
-       return 1;
-}
-
-__setup("nodsp", dsp_disable);
-
 unsigned long kernelsp[NR_CPUS];
 unsigned long fw_arg0, fw_arg1, fw_arg2, fw_arg3;