diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2016-07-26 12:09:30 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-08-01 03:14:53 +0200 |
commit | 1a01dc87e09b6e60d22c417e00f470a72f00ec80 (patch) | |
tree | 1520319bb743b3d5485ca95a8a48f97c5509f4cb /arch/powerpc/kernel/prom.c | |
parent | Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... (diff) | |
download | linux-1a01dc87e09b6e60d22c417e00f470a72f00ec80.tar.xz linux-1a01dc87e09b6e60d22c417e00f470a72f00ec80.zip |
powerpc/mm: Add mmu_early_init_devtree()
Empty for now, but we'll add to it in the next patch.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/prom.c')
-rw-r--r-- | arch/powerpc/kernel/prom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c index bae3db791150..9686984e79c4 100644 --- a/arch/powerpc/kernel/prom.c +++ b/arch/powerpc/kernel/prom.c @@ -750,6 +750,8 @@ void __init early_init_devtree(void *params) if (disable_radix) cur_cpu_spec->mmu_features &= ~MMU_FTR_RADIX; + mmu_early_init_devtree(); + #ifdef CONFIG_PPC_POWERNV /* Scan and build the list of machine check recoverable ranges */ of_scan_flat_dt(early_init_dt_scan_recoverable_ranges, NULL); |