OSDN Git Service

rx: add missing headers. rx
authorYoshinori Sato <yo-satoh@sios.com>
Fri, 28 Jan 2022 12:35:10 +0000 (21:35 +0900)
committerYoshinori Sato <yo-satoh@sios.com>
Sat, 29 Jan 2022 07:42:49 +0000 (16:42 +0900)
Signed-off-by: Yoshinori Sato <yo-satoh@sios.com>
arch/rx/include/asm/mmu_context.h [new file with mode: 0644]
arch/rx/include/asm/vmalloc.h [new file with mode: 0644]

diff --git a/arch/rx/include/asm/mmu_context.h b/arch/rx/include/asm/mmu_context.h
new file mode 100644 (file)
index 0000000..8e2e1bc
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _ASM_RX_MMU_CONTEXT_H
+#define _ASM_RX_MMU_CONTEXT_H
+
+#include <asm-generic/nommu_context.h>
+
+#endif /* _ASM_RX_MMU_CONTEXT_H */
diff --git a/arch/rx/include/asm/vmalloc.h b/arch/rx/include/asm/vmalloc.h
new file mode 100644 (file)
index 0000000..fe9eeea
--- /dev/null
@@ -0,0 +1,4 @@
+#ifndef _ASM_RX_VMALLOC_H
+#define _ASM_RX_VMALLOC_H
+
+#endif /* _ASM_RX_VMALLOC_H */