]> git.baikalelectronics.ru Git - kernel.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)
commitc7e9f01333e0c867d02b9070ad4fd7a7ea964f55
tree967596d2e3ab18772761dd1202d67803d0830c85
parentde47fe1fb0521452fe0cad2539c58d934dd8c7d4
[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