x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmaps
authorKeith Packard <keithp@keithp.com>
Fri, 31 Oct 2008 02:37:09 +0000 (19:37 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 31 Oct 2008 09:12:38 +0000 (10:12 +0100)
Impact: introduce new APIs, separate kmap code from CONFIG_HIGHMEM

This takes the code used for CONFIG_HIGHMEM memory mappings except that
it's designed for dynamic IO resource mapping.

These fixmaps are available even with CONFIG_HIGHMEM turned off.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found