> I'm not certain I caught everything but as far as I know I did. > Part of that was by having the code run at a fixed virtual address so > we still live in the last 2GB of the virtual address space.
You changed the -2GB (or rather -40MB unpatched) mapping to not necessarily be linear? There are a couple of assumptions that it is, including at boot up (it doubles as the 1:1 mapping then) and in change_page_attr() and in suspend/resume. -Andi _______________________________________________ fastboot mailing list [email protected] https://lists.osdl.org/mailman/listinfo/fastboot
