MIPS: Optimize current_cpu_type() for better code.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 17 Sep 2013 08:25:47 +0000 (10:25 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 17 Sep 2013 16:50:53 +0000 (18:50 +0200)
 o Move current_cpu_type() to a separate header file
 o #ifdefing on supported CPU types lets modern GCC know that certain
   code in callers may be discarded ideally turning current_cpu_type() into
   a function returning a constant.
 o Use current_cpu_type() rather than direct access to struct cpuinfo_mips.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5833/


No differences found