summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/mcfmmu.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-11-13 11:39:21 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-11-13 11:39:21 -0800
commit2101dd64b304b034862f5ca40877c41b7ccb9c5e (patch)
treed56d79a33dfdc2b26c2d6e08368b0da380ee271b /arch/m68k/include/asm/mcfmmu.h
parentb33e3cc5c90b8293599318b68e61b93a89c127bb (diff)
parentc8b61d508986b7e77bab11f8252b67e6e2b9a7cc (diff)
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
Pull m68k updates from Greg Ungerer: "The bulk of the changes are to support the ColdFire 5441x SoC family with their MMU enabled. The parts have been supported for a long time now, but only in no-MMU mode. Angelo Dureghello has a new board with a 5441x and we have ironed out the last problems with MMU enabled on it. So there is also some changes to properly support that board too. Also a fix for a link problem when selecting the traditional 68k beep device in no-MMU configurations" * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: m68k: add Sysam stmark2 open board support m68k: coldfire: add dspi0 module support m68k: pull mach_beep in setup.c m68k: allow ColdFire m5441x parts to run with MMU enabled m68k: fix ColdFire node shift size calculation m68k: move coldfire MMU initialization code
Diffstat (limited to 'arch/m68k/include/asm/mcfmmu.h')
-rw-r--r--arch/m68k/include/asm/mcfmmu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/mcfmmu.h b/arch/m68k/include/asm/mcfmmu.h
index 10f9930ec49a..283352ab0d5d 100644
--- a/arch/m68k/include/asm/mcfmmu.h
+++ b/arch/m68k/include/asm/mcfmmu.h
@@ -106,6 +106,7 @@ static inline void mmu_write(u32 a, u32 v)
}
void cf_bootmem_alloc(void);
+void cf_mmu_context_init(void);
int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word);
#endif