MIPS: Rename MIPS_CPU_ISA_M{32,64} -> MIPS_CPU_ISA_M{32,64}R1.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -628,7 +628,7 @@ void __init time_init(void)
|
||||
mips_hpt_init = c0_hpt_init;
|
||||
}
|
||||
|
||||
if ((current_cpu_data.isa_level == MIPS_CPU_ISA_M32) ||
|
||||
if ((current_cpu_data.isa_level == MIPS_CPU_ISA_M32R1) ||
|
||||
(current_cpu_data.isa_level == MIPS_CPU_ISA_I) ||
|
||||
(current_cpu_data.isa_level == MIPS_CPU_ISA_II))
|
||||
/*
|
||||
|
Reference in New Issue
Block a user