]> Git Repo - linux.git/commit
x86: use __PAGE_KERNEL* instead of _KERNPG_TABLE
authorJoerg Roedel <[email protected]>
Wed, 30 Jan 2008 12:31:02 +0000 (13:31 +0100)
committerIngo Molnar <[email protected]>
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 <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
arch/x86/mm/init_64.c
This page took 0.050217 seconds and 4 git commands to generate.