]> git.baikalelectronics.ru Git - kernel.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)
commitbd66fdd54f9bebaaa388d0629067f624850f1bef
tree147d3b70cbbba0e64501aa40845e0b3994359832
parent43c0ce679f487f676c32522b1564d2ff57a9c7d8
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