From: Joerg Roedel Date: Wed, 30 Jan 2008 12:31:02 +0000 (+0100) Subject: x86: use __PAGE_KERNEL* instead of _KERNPG_TABLE X-Git-Tag: v2.6.25-rc1~1143^2~655 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40842bf50e0719bcfe817fec2fe8b0b98dcdb244;p=pandora-kernel.git x86: use __PAGE_KERNEL* instead of _KERNPG_TABLE This minor cleanup replaces _KERNPG_TABLE with the __PAGE_KERNEL* for 2MB PTEs in the 64-bit memory initialization code. The __PAGE_KERNEL* defines are more appropriate for PTEs. Signed-off-by: Joerg Roedel Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed