Skip to content
Commit 1fd6c022 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/mm: Add a CONFIG option to choose if radix is used by default



Currently if the hardware supports the radix MMU we will use
it, *unless* "disable_radix" is passed on the kernel command line.

However some users would like the reverse semantics. ie. The kernel
uses the hash MMU by default, unless radix is explicitly requested on
the command line.

So add a CONFIG option to choose whether we use radix by default or
not, and expand the disable_radix command line option to allow
"disable_radix=no" which *enables* radix.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 4e003747
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment