MIPS: Use current_cpu_type() instead of c->cputype
authorWu Zhangjin <wuzhangjin@gmail.com>
Sat, 25 Dec 2010 20:42:37 +0000 (04:42 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 31 Mar 2014 16:17:12 +0000 (18:17 +0200)
commitd7b12056bc9cbd7f0c0ae5bc52f2b049d48c4314
treefe2253512a792611d83ad6fc4965744d3b0e5561
parent1bc021e815659190c31b19acead70d4e96516bf1
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>
arch/mips/bcm63xx/cpu.c
arch/mips/kernel/spram.c
arch/mips/mm/tlbex.c