]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SPARC64]: Remove unnecessary paging_init() cruft.
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 22 Sep 2005 08:08:57 +0000 (01:08 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 22 Sep 2005 08:08:57 +0000 (01:08 -0700)
commit2bdb3cb265830aee823444d115a8a84eca2b934e
tree967596d2e3ab18772761dd1202d67803d0830c85
parent5085b4a5492f4f8bd32d0cc5b1cad4bf522c2e1a
[SPARC64]: Remove unnecessary paging_init() cruft.

Because we don't access the PAGE_OFFSET linear mappings
any longer before we take over the trap table from the
firmware, we don't need to load dummy mappings there
into the TLB and we don't need the bootmap_base hack
any longer either.

While we are here, check for a larger than 8MB kernel
and halt the boot with an error message.  We know that
doesn't work, so instead of failing mysteriously we
should let the user know exactly what's wrong.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/mm/init.c