]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[MIPS] Extract {PGD,PMD,PTE}_ORDER into asm-offset.h
authorRalf Baechle <ralf@linux-mips.org>
Wed, 1 Aug 2007 14:27:36 +0000 (15:27 +0100)
committerRalf 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

index 013327286c26bf964f1bea967adff51ce7f2ac75..ca136298acdccf800a3706fb1817dd3e5e52b735 100644 (file)
@@ -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;