From: Matt Evans Date: Wed, 6 Apr 2011 19:48:50 +0000 (+0000) Subject: powerpc: Free up some CPU feature bits by moving out MMU-related features X-Git-Tag: v3.0-rc1~385^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44ae3ab3358e962039c36ad4ae461ae9fb29596c;p=pandora-kernel.git powerpc: Free up some CPU feature bits by moving out MMU-related features Some of the 64bit PPC CPU features are MMU-related, so this patch moves them to MMU_FTR_ bits. All cpu_has_feature()-style tests are moved to mmu_has_feature(), and seven feature bits are freed as a result. Signed-off-by: Matt Evans Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed