diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-05-09 19:20:43 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-05-09 22:00:57 +0530 |
commit | 5bba49f5397c012d873c73860ad7b50c526e613b (patch) | |
tree | bcea4107858b117c7bd063ca3e90c0cc1773f636 /arch/arc/mm/Makefile | |
parent | de2a852cc0d4c4d6a9c22a597c9cc231f2e6ceb4 (diff) |
ARC: [mm] Aliasing VIPT dcache support 4/4
Enforce congruency of userspace shared mappings
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/mm/Makefile')
-rw-r--r-- | arch/arc/mm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/mm/Makefile b/arch/arc/mm/Makefile index 168dc146a8f6..ac95cc239c1e 100644 --- a/arch/arc/mm/Makefile +++ b/arch/arc/mm/Makefile @@ -7,4 +7,4 @@ # obj-y := extable.o ioremap.o dma.o fault.o init.o -obj-y += tlb.o tlbex.o cache_arc700.o +obj-y += tlb.o tlbex.o cache_arc700.o mmap.o |