Re: [PATCH v3 02/21] powerpc/mm: Move disable_radix handling into mmu_early_init_devtree()
From: Balbir Singh <bsingharora@gmail.com>
Date: 2016-07-28 03:14:15
From: Balbir Singh <bsingharora@gmail.com>
Date: 2016-07-28 03:14:15
On 28/07/16 00:17, Michael Ellerman wrote:
Move the handling of the disable_radix command line argument into the newly created mmu_early_init_devtree(). It's an MMU option so it's preferable to have it in an mm related file, and it also means platforms that don't support radix don't have to carry the code. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> ---
Should patch 1 and 2 be squashed together? Ideally nothing should ever bisect at patch 1 Anyway, Acked-by: Balbir Singh <bsingharora@gmail.com>