mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
3603ab2b62
__ioremap() took a set of page table flags (specifically the cacheable and bufferable bits) to control the mapping type. However, with the advent of ARMv6, this is far too limited. Replace the page table flags with a memory type index, so that the desired attributes can be selected from the mem_type table. Finally, to prevent silent miscompilation due to the differing arguments, rename the __ioremap() and __ioremap_pfn() functions. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |
||
---|---|---|
.. | ||
debug-macro.S | ||
dma.h | ||
entry-macro.S | ||
hardware.h | ||
io.h | ||
irqs.h | ||
ixdp2351.h | ||
ixp23xx.h | ||
memory.h | ||
platform.h | ||
system.h | ||
time.h | ||
timex.h | ||
uncompress.h | ||
vmalloc.h |