]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
m68knommu: add KMAP definitions for non-MMU definitions
authorGreg Ungerer <gerg@uclinux.org>
Mon, 22 Oct 2012 05:34:41 +0000 (15:34 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 7 Jan 2013 01:46:25 +0000 (11:46 +1000)
To be consistent with the set of MMU definitions we should define KMAP_START
and KMAP_END. Future common m68k code will use their values.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/pgtable_no.h

index bf86b29fe64a2b025fe1890da80d90270e730912..037028f4ab7033c55557ade43c6a959c89f9a0b5 100644 (file)
@@ -64,6 +64,8 @@ extern unsigned int kobjsize(const void *objp);
  */
 #define        VMALLOC_START   0
 #define        VMALLOC_END     0xffffffff
+#define        KMAP_START      0
+#define        KMAP_END        0xffffffff
 
 #include <asm-generic/pgtable.h>