From: Joshua Kinard Date: Tue, 2 Jun 2015 22:03:31 +0000 (-0400) Subject: MIPS: IP27: Update/restructure CPU overrides X-Git-Tag: omap-for-v4.2/fixes-rc1^2~82^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ebb2f4159af24dd4143c8e38a10caa13ddba0c9;p=pandora-kernel.git MIPS: IP27: Update/restructure CPU overrides Inspired by Maciej's recent patch to update DEC cpu-feature-overrides.h, I updated IP27's as well to disable features known to not apply to the IP27 platform or the R10K-series of CPUs. Before: text data bss dec hex filename 8616648 463200 472240 9552088 91c0d8 vmlinux After: text data bss dec hex filename 8592256 471392 472240 9535888 918190 vmlinux I believe the increase in the size of the data section is for the same reasons as in the DEC patch. Signed-off-by: Joshua Kinard Cc: linux-mips@linux-mips.org Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed