projects
/
GitHub
/
moto-9609
/
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:
6e1315f
)
x86/mm: Align macro defines
author
Borislav Petkov
<bp@suse.de>
Mon, 7 Dec 2015 09:24:28 +0000
(10:24 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sat, 19 Dec 2015 10:53:40 +0000
(11:53 +0100)
Bring PAGE_{SHIFT,SIZE,MASK} to the same indentation level as the rest
of the header.
Signed-off-by: Borislav Petkov <bp@suse.de>
Link:
http://lkml.kernel.org/r/1449480268-26583-1-git-send-email-bp@alien8.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/include/asm/page_types.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/page_types.h
b/arch/x86/include/asm/page_types.h
index cc071c6f7d4da2847b3df2c4cbf7666edde5675b..7bd0099384cac4ed0fa89a4e25c42e4a63ae5f9c 100644
(file)
--- a/
arch/x86/include/asm/page_types.h
+++ b/
arch/x86/include/asm/page_types.h
@@
-5,9
+5,9
@@
#include <linux/types.h>
/* PAGE_SHIFT determines the page size */
-#define PAGE_SHIFT 12
-#define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT)
-#define PAGE_MASK (~(PAGE_SIZE-1))
+#define PAGE_SHIFT
12
+#define PAGE_SIZE
(_AC(1,UL) << PAGE_SHIFT)
+#define PAGE_MASK
(~(PAGE_SIZE-1))
#define PMD_PAGE_SIZE (_AC(1, UL) << PMD_SHIFT)
#define PMD_PAGE_MASK (~(PMD_PAGE_SIZE-1))