projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2756730
)
m68knommu: Make PAGE_SIZE available to assembly files.
author
Tim Abbott
<tabbott@ksplice.com>
Mon, 7 Sep 2009 07:26:49 +0000
(17:26 +1000)
committer
Greg Ungerer
<gerg@uclinux.org>
Tue, 15 Sep 2009 23:43:57 +0000
(09:43 +1000)
Signed-off-by: Tim Abbott <tabbott@ksplice.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/page_no.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/include/asm/page_no.h
b/arch/m68k/include/asm/page_no.h
index 9aa3f90f4855b85ade95e2977cf9422e397d32f6..1f31b060cc8da823b2fe065cfa2f0bf783447417 100644
(file)
--- a/
arch/m68k/include/asm/page_no.h
+++ b/
arch/m68k/include/asm/page_no.h
@@
-1,10
+1,12
@@
#ifndef _M68KNOMMU_PAGE_H
#define _M68KNOMMU_PAGE_H
+#include <linux/const.h>
+
/* PAGE_SHIFT determines the page size */
#define PAGE_SHIFT (12)
-#define PAGE_SIZE (
1UL
<< PAGE_SHIFT)
+#define PAGE_SIZE (
_AC(1,UL)
<< PAGE_SHIFT)
#define PAGE_MASK (~(PAGE_SIZE-1))
#include <asm/setup.h>