projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1c3ed6
)
m68knommu: add KMAP definitions for non-MMU definitions
author
Greg Ungerer
<gerg@uclinux.org>
Mon, 22 Oct 2012 05:34:41 +0000
(15:34 +1000)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/arch/m68k/include/asm/pgtable_no.h
b/arch/m68k/include/asm/pgtable_no.h
index bf86b29fe64a2b025fe1890da80d90270e730912..037028f4ab7033c55557ade43c6a959c89f9a0b5 100644
(file)
--- a/
arch/m68k/include/asm/pgtable_no.h
+++ b/
arch/m68k/include/asm/pgtable_no.h
@@
-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>