We need a boot-only ioremap function that maps arbitrary memory blocks.
It should be very simple:
* no kmalloc, use __initdata structures.
* we don't need unmap.
* limited to a few mappings (2MB), AFAICS only the mp table parser and some
ACPI tables will need it.
I'll use virtual addresses < PAGE_ADDRESS, then zap_low_mappings() will
clear the page tables for me :-)
--
Manfred
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/