summaryrefslogtreecommitdiff
path: root/arch/h8300/include/asm/Kbuild
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-04-23 18:38:08 +0200
committerArnd Bergmann <arnd@arndb.de>2019-04-23 21:51:40 +0200
commitbd79f94758c011bdffd8d4afcfb578d169cb5e93 (patch)
treea6a192d9e83428b5cf234370df06d4e29c593761 /arch/h8300/include/asm/Kbuild
parentc67fdc1f00cba9de86c30f5a01eff21d3ea66c8f (diff)
asm-generic: provide entirely generic nommu uaccess
Move the code to implement uaccess using memcpy or direct loads and stores to asm-generic/uaccess.h and make it selectable kconfig option. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/h8300/include/asm/Kbuild')
-rw-r--r--arch/h8300/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/Kbuild b/arch/h8300/include/asm/Kbuild
index 3e7c8ecf151e..988533f02e4a 100644
--- a/arch/h8300/include/asm/Kbuild
+++ b/arch/h8300/include/asm/Kbuild
@@ -46,6 +46,7 @@ generic-y += timex.h
generic-y += tlbflush.h
generic-y += topology.h
generic-y += trace_clock.h
+generic-y += uaccess.h
generic-y += unaligned.h
generic-y += vga.h
generic-y += word-at-a-time.h