]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "powerpc/64: Disable use of radix under a hypervisor"
authorPaul Mackerras <paulus@ozlabs.org>
Tue, 21 Mar 2017 01:38:02 +0000 (12:38 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 21 Mar 2017 05:50:28 +0000 (16:50 +1100)
commit6a6e2aa4b3a67d29906d9225fc184262558fb109
treea6ffd41e430bdf0abb3d154e5d5d667617685cc9
parentb51eb6b885f32ee5d5b97dc85f2883bf78d7158b
Revert "powerpc/64: Disable use of radix under a hypervisor"

This reverts commit 94804c8a3b33a7619143f34ed2dbfa85b824d836.

Now that we do have the machinery for using the radix MMU under a
hypervisor, the extra check and comment introduced in 94804c8a3b33 are
no longer correct.  The result is that when booted under a hypervisor
that only allows use of radix, we clear the MMU_FTR_TYPE_RADIX and
then set it again, and print a warning about ignoring the
disable_radix command line option, even though the command line does
not include "disable_radix".

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/init_64.c