All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] h8300: Fix generic mmu_context build
@ 2020-11-16  2:29 Nicholas Piggin
  2020-11-16 15:56 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Nicholas Piggin @ 2020-11-16  2:29 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Nicholas Piggin, Yoshinori Sato, uclinux-h8-devel, linux-mm,
	kernel test robot

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>
---
This is a fix for Arnd's asm-generic-mmu-context tree.
https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git/log/?h=asm-generic-mmu-context

Thanks,
Nick

 arch/h8300/include/asm/mmu_context.h | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 arch/h8300/include/asm/mmu_context.h

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 */
-- 
2.23.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-16 15:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16  2:29 [PATCH] h8300: Fix generic mmu_context build Nicholas Piggin
2020-11-16 15:56 ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.