diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2016-07-26 13:09:30 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-08-01 04:14:53 +0300 |
commit | 1a01dc87e09b6e60d22c417e00f470a72f00ec80 (patch) | |
tree | 1520319bb743b3d5485ca95a8a48f97c5509f4cb /arch/powerpc/include/asm/mmu.h | |
parent | bad60e6f259a01cf9f29a1ef8d435ab6c60b2de9 (diff) | |
download | linux-1a01dc87e09b6e60d22c417e00f470a72f00ec80.tar.xz |
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/include/asm/mmu.h')
-rw-r--r-- | arch/powerpc/include/asm/mmu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/mmu.h b/arch/powerpc/include/asm/mmu.h index 54471228f7b8..14220c5c12c9 100644 --- a/arch/powerpc/include/asm/mmu.h +++ b/arch/powerpc/include/asm/mmu.h @@ -210,6 +210,7 @@ extern void early_init_mmu(void); extern void early_init_mmu_secondary(void); extern void setup_initial_memory_limit(phys_addr_t first_memblock_base, phys_addr_t first_memblock_size); +static inline void mmu_early_init_devtree(void) { } #endif /* __ASSEMBLY__ */ #endif |