MIPS: Use current_cpu_type() instead of c->cputype
If current_cpu_type() is pre-defined in cpu-feature-overrides.h, This may save about 10k for the compressed kernel image(vmlinuz). Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/1901/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:

committed by
Ralf Baechle

parent
1bc021e815
commit
d7b12056bc
@@ -624,7 +624,7 @@ static void build_tlb_write_entry(u32 **p, struct uasm_label **l,
|
||||
|
||||
default:
|
||||
panic("No TLB refill handler yet (CPU type: %d)",
|
||||
current_cpu_data.cputype);
|
||||
current_cpu_type());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user