commit | a245067e204f69c69abf92d94fc45ec65bf1f07e | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jul 23 23:15:16 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Aug 20 10:12:40 2009 +1000 |
tree | 8a9ee8920c8b42d5d13cd2f7a05f578d99dd438e | |
parent | 1fe1a21005c14ad772caeb9005580f473c4b6c57 [diff] |
powerpc/mm: Add support for early ioremap on non-hash 64-bit processors This adds some code to do early ioremap's using page tables instead of bolting entries in the hash table. This will be used by the upcoming 64-bits BookE port. The patch also changes the test for early vs. late ioremap to use slab_is_available() instead of our old hackish mem_init_done. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>