[PATCH 03/18] powerpc/64: Always enable radix support for 64-bit Book 3S kernels

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This removes the ability for the user to choose whether or not to
include support for the radix MMU in kernels built to run on 64-bit
Book 3S machines.  Excluding radix support saves only about 25kiB
of text and 13kiB of data, a total of little over half a page.
Having the option expands the space of option combinations that
need to be tested, which is an ongoing burden on developers.
Given that the space savings are small, let's remove the option.

Signed-off-by: Paul Mackerras <paulus@xxxxxxxxxx>
---
 arch/powerpc/platforms/Kconfig.cputype | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype
index 6e89e5a..de88156 100644
--- a/arch/powerpc/platforms/Kconfig.cputype
+++ b/arch/powerpc/platforms/Kconfig.cputype
@@ -334,13 +334,8 @@ config PPC_STD_MMU_64
 	depends on PPC_STD_MMU && PPC64
 
 config PPC_RADIX_MMU
-	bool "Radix MMU Support"
+	def_bool y
 	depends on PPC_BOOK3S_64
-	default y
-	help
-	  Enable support for the Power ISA 3.0 Radix style MMU. Currently this
-	  is only implemented by IBM Power9 CPUs, if you don't have one of them
-	  you can probably disable this.
 
 config PPC_MMU_NOHASH
 	def_bool y
-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [KVM Development]     [KVM ARM]     [KVM ia64]     [Linux Virtualization]     [Linux USB Devel]     [Linux Video]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux