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:
5ff9747
)
[MIPS] Extract {PGD,PMD,PTE}_ORDER into asm-offset.h
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 1 Aug 2007 14:27:36 +0000
(15:27 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 27 Aug 2007 01:16:49 +0000
(
02:16
+0100)
For debugging purposes only.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/asm-offsets.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/asm-offsets.c
b/arch/mips/kernel/asm-offsets.c
index 013327286c26bf964f1bea967adff51ce7f2ac75..ca136298acdccf800a3706fb1817dd3e5e52b735 100644
(file)
--- a/
arch/mips/kernel/asm-offsets.c
+++ b/
arch/mips/kernel/asm-offsets.c
@@
-232,6
+232,10
@@
void output_mm_defines(void)
constant("#define _PMD_T_LOG2 ", PMD_T_LOG2);
constant("#define _PTE_T_LOG2 ", PTE_T_LOG2);
linefeed;
+ constant("#define _PGD_ORDER ", PGD_ORDER);
+ constant("#define _PMD_ORDER ", PMD_ORDER);
+ constant("#define _PTE_ORDER ", PTE_ORDER);
+ linefeed;
constant("#define _PMD_SHIFT ", PMD_SHIFT);
constant("#define _PGDIR_SHIFT ", PGDIR_SHIFT);
linefeed;