commit | fd9409343521eac22b6ed51686128a643c7c976b | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Thu Oct 30 19:37:09 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Oct 31 10:12:38 2008 +0100 |
tree | d70e3f009a29a7bbfe68b956608854db416bc2af | |
parent | 721d5dfe7e516954c501d5e9d0dfab379cf4241a [diff] |
x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmaps 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>