diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 02:08:07 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 02:08:07 -0400 |
commit | 0c7b1df69c62209db19d1279dd882b37c04c5c2f (patch) | |
tree | 48e8f95b2ec02173ad2e930325e21e4509a08d19 /arch/sh/mm/Makefile | |
parent | a09749dd86e9e93de10f12ab4ce4e90815b5650a (diff) |
sh: SH-4A Privileged Space Mapping Buffer (PMB) support.
Add support for 32-bit physical addressing through the SH-4A
Privileged Space Mapping Buffer (PMB).
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Makefile')
-rw-r--r-- | arch/sh/mm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/mm/Makefile b/arch/sh/mm/Makefile index 9489a1424644..f4e32b3d24dc 100644 --- a/arch/sh/mm/Makefile +++ b/arch/sh/mm/Makefile | |||
@@ -22,4 +22,5 @@ obj-$(CONFIG_CPU_SH4) += tlb-sh4.o ioremap.o | |||
22 | obj-$(CONFIG_SH7705_CACHE_32KB) += pg-sh7705.o | 22 | obj-$(CONFIG_SH7705_CACHE_32KB) += pg-sh7705.o |
23 | endif | 23 | endif |
24 | 24 | ||
25 | obj-$(CONFIG_SH7705_CACHE_32KB) += cache-sh7705.o | 25 | obj-$(CONFIG_SH7705_CACHE_32KB) += cache-sh7705.o |
26 | obj-$(CONFIG_32BIT) += pmb.o | ||