Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | x86: move iomap.h to the new include location | Arjan van de Ven | 2008-11-09 |
| | | | | | | | a new file was accidentally added to include/asm-x86; move it to the new arch/x86/include/asm location Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> | ||
* | x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmaps | Keith Packard | 2008-10-31 |
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> |