Skip to content

Change FORCE_MAX_ORDER for ppc64 to be 8

Upstream commit 23baf831 redefined MAX_ORDER a bit. Now the max range for PPC_64K_PAGES is 8. With allocations being up to MAX_ORDER now instead of MAX_ORDER - 1, this is functionally equivelant to our old definition.

Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org

Merge request reports