diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-12 16:12:25 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-12 16:12:25 +0900 |
commit | a99eae5417a09e0be66bf574a9a79a2a7388c967 (patch) | |
tree | 5024736c9afd76124e2f5f5424ecc153f6218c8e /arch/sh/mm/Makefile | |
parent | 776258df925acd0563f471ee4b3f19bbffb3c04f (diff) | |
download | talos-op-linux-a99eae5417a09e0be66bf574a9a79a2a7388c967.tar.gz talos-op-linux-a99eae5417a09e0be66bf574a9a79a2a7388c967.zip |
sh: Split out the unaligned counters and user bits.
This splits out the unaligned access counters and userspace bits in to
their own generic interface, which will allow them to be wired up on sh64
too.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Makefile')
-rw-r--r-- | arch/sh/mm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/Makefile b/arch/sh/mm/Makefile index dd5010c708e0..9fa11d655044 100644 --- a/arch/sh/mm/Makefile +++ b/arch/sh/mm/Makefile @@ -2,7 +2,7 @@ # Makefile for the Linux SuperH-specific parts of the memory manager. # -obj-y := cache.o init.o consistent.o mmap.o +obj-y := alignment.o cache.o init.o consistent.o mmap.o cacheops-$(CONFIG_CPU_SH2) := cache-sh2.o cacheops-$(CONFIG_CPU_SH2A) := cache-sh2a.o |