https://github.com/torvalds/linux
Revision b66c1a3919abb40f9bd8fb92a0d9fd77eb899c54 authored by Paul Mundt on 17 January 2006, 06:14:15 UTC, committed by Linus Torvalds on 17 January 2006, 07:15:28 UTC
This introduces a few changes in the way that the I/O routines are defined on
SH, specifically so that things like the iomap API properly wrap through the
machvec for board-specific quirks.

In addition to this, the old p3_ioremap() work is converted to a more generic
__ioremap() that will map through the PMB if it's available, or fall back on
page tables for everything else.

An alpha-like IO_CONCAT is also added so we can start to clean up the
board-specific io.h mess, which will be handled in board update patches..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent bf3a00f
History
Tip revision: b66c1a3919abb40f9bd8fb92a0d9fd77eb899c54 authored by Paul Mundt on 17 January 2006, 06:14:15 UTC
[PATCH] sh: I/O routine cleanups and ioremap() overhaul
Tip revision: b66c1a3
File Mode Size
Makefile -rw-r--r-- 237 bytes
compat.c -rw-r--r-- 17.3 KB
compat_mq.c -rw-r--r-- 4.0 KB
mqueue.c -rw-r--r-- 29.2 KB
msg.c -rw-r--r-- 18.4 KB
msgutil.c -rw-r--r-- 2.4 KB
sem.c -rw-r--r-- 32.9 KB
shm.c -rw-r--r-- 21.1 KB
util.c -rw-r--r-- 16.9 KB
util.h -rw-r--r-- 2.6 KB

back to top