]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/sparc/mm/loadmmu.c
Merge branch 'u300' into devel
[mv-sheeva.git] / arch / sparc / mm / loadmmu.c
index 36b4d24988f8f64c75cbfdca09b7b9ca499cd730..82ec8f666036bdcc45e6e3b92511a2833e57530c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: loadmmu.c,v 1.56 2000/02/08 20:24:21 davem Exp $
+/*
  * loadmmu.c:  This code loads up all the mm function pointers once the
  *             machine type has been determined.  It also sets the static
  *             mmu values such as PAGE_NONE, etc.
@@ -14,7 +14,6 @@
 #include <asm/system.h>
 #include <asm/page.h>
 #include <asm/pgtable.h>
-#include <asm/a.out.h>
 #include <asm/mmu_context.h>
 #include <asm/oplib.h>
 
@@ -34,6 +33,7 @@ void __init load_mmu(void)
                break;
        case sun4m:
        case sun4d:
+       case sparc_leon:
                ld_mmu_srmmu();
                break;
        default: