sh: Kill off the special uncached section and fixmap.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 21 Jan 2010 07:05:25 +0000 (16:05 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 21 Jan 2010 07:05:25 +0000 (16:05 +0900)
commit2dc2f8e0c46864e2a3722c84eaa96513d4cf8b2f
tree8464625ad2cf3f5a7e567d37493a15ec3596a98b
parent3125ee72dca25fc2157dcddd07e2d740db921fc4
sh: Kill off the special uncached section and fixmap.

Now that cached_to_uncached works as advertized in 32-bit mode and we're
never going to be able to map < 16MB anyways, there's no need for the
special uncached section. Kill it off.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
15 files changed:
arch/sh/include/asm/fixmap.h
arch/sh/include/asm/system_32.h
arch/sh/include/asm/system_64.h
arch/sh/kernel/cpu/init.c
arch/sh/kernel/cpu/sh3/probe.c
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
arch/sh/kernel/cpu/sh4a/setup-sh7724.c
arch/sh/kernel/vmlinux.lds.S
arch/sh/mm/cache-debugfs.c
arch/sh/mm/cache-sh4.c
arch/sh/mm/cache-sh7705.c
arch/sh/mm/init.c
arch/sh/mm/pmb.c
arch/sh/mm/tlb-pteaex.c
arch/sh/mm/tlb-sh4.c
This page took 0.027848 seconds and 5 git commands to generate.