sh: uncached mapping helpers.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 17 Feb 2010 07:28:00 +0000 (16:28 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 17 Feb 2010 07:28:00 +0000 (16:28 +0900)
commit9edef28653a519bf0a48250f36cce96b1736ec4e
tree68049b29e69228fe0cdf26b27a3743928c5e7fdb
parent51becfd96287b3913b13075699433730984e2f4f
sh: uncached mapping helpers.

This adds some helper routines for uncached mapping support. This
simplifies some of the cases where we need to check the uncached mapping
boundaries in addition to giving us a centralized location for building
more complex manipulation on top of.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/page.h
arch/sh/include/asm/ptrace.h
arch/sh/kernel/head_32.S
arch/sh/mm/Makefile
arch/sh/mm/init.c
arch/sh/mm/uncached.c [new file with mode: 0644]