x86: prepare for the unification of the cpa code

prepare for the unification of the cpa code, by unifying the
lookup_address() logic between 32-bit and 64-bit.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
此提交包含在:
Ingo Molnar
2008-01-30 13:33:59 +01:00
父節點 55ce29ba16
當前提交 bbb09f5cfc
共有 2 個檔案被更改,包括 5 行新增5 行删除

查看文件

@@ -20,10 +20,10 @@ enum {
LOWEST_LEVEL = 4,
LPS = (1 << PMD_SHIFT),
#elif defined(CONFIG_X86_PAE)
LOWEST_LEVEL = 3,
LOWEST_LEVEL = 4,
LPS = (1 << PMD_SHIFT),
#else
LOWEST_LEVEL = 3, /* lookup_address lies here */
LOWEST_LEVEL = 4, /* lookup_address lies here */
LPS = (1 << 22),
#endif
GPS = (1<<30)