aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2020-11-16 12:29:09 +1000
committerArnd Bergmann <arnd@arndb.de>2020-11-16 16:53:52 +0100
commitc3634425ff9454510876a26e9e9738788bb88abd (patch)
tree8891e2661b0b6b98c6f6d3bf7d5d0e4164c9953e
parentm68k: mmu_context: Fix Sun-3 build (diff)
downloadlinux-dev-c3634425ff9454510876a26e9e9738788bb88abd.tar.xz
linux-dev-c3634425ff9454510876a26e9e9738788bb88abd.zip
h8300: Fix generic mmu_context build
h8300 missed the generic nommu header conversion. Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: uclinux-h8-devel@lists.sourceforge.jp Cc: linux-mm@kvack.org Fixes: 94f89922e1e0 ("asm-generic: add generic MMU versions of mmu context functions") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--arch/h8300/include/asm/mmu_context.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/mmu_context.h b/arch/h8300/include/asm/mmu_context.h
new file mode 100644
index 000000000000..a9f550f5b5ec
--- /dev/null
+++ b/arch/h8300/include/asm/mmu_context.h
@@ -0,0 +1,6 @@
+#ifndef _ASM_H8300_MMU_CONTEXT_H
+#define _ASM_H8300_MMU_CONTEXT_H
+
+#include <asm-generic/nommu_context.h>
+
+#endif /* _ASM_H8300_MMU_CONTEXT_H */