diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2015-12-11 04:05:27 +0300 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2016-01-11 17:37:36 +0300 |
commit | 5bb8def55dc562d81ec582368b4f27c8d432fbd5 (patch) | |
tree | 144450f64cc6ad20d72026ed406ccedb524720d9 /arch/xtensa/mm/Makefile | |
parent | 7d2022198999bd75d2c0367c9dc5a5a16b96d04f (diff) | |
download | linux-5bb8def55dc562d81ec582368b4f27c8d432fbd5.tar.xz |
xtensa: support ioremap for memory outside KIO region
Map physical memory outside KIO region into the vmalloc area.
Unmap it with vunmap.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/mm/Makefile')
-rw-r--r-- | arch/xtensa/mm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/mm/Makefile b/arch/xtensa/mm/Makefile index e601e2fbe8e6..0b3d296a016a 100644 --- a/arch/xtensa/mm/Makefile +++ b/arch/xtensa/mm/Makefile @@ -3,5 +3,5 @@ # obj-y := init.o misc.o -obj-$(CONFIG_MMU) += cache.o fault.o mmu.o tlb.o +obj-$(CONFIG_MMU) += cache.o fault.o ioremap.o mmu.o tlb.o obj-$(CONFIG_HIGHMEM) += highmem.o |