]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: use __PAGE_KERNEL* instead of _KERNPG_TABLE
authorJoerg Roedel <joerg.roedel@amd.com>
Wed, 30 Jan 2008 12:31:02 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:02 +0000 (13:31 +0100)
commit40842bf50e0719bcfe817fec2fe8b0b98dcdb244
tree147d3b70cbbba0e64501aa40845e0b3994359832
parent1c6f70309900c47eeaef12c97b206fcccde1ebe2
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 <joerg.roedel@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mm/init_64.c