]> git.baikalelectronics.ru Git - kernel.git/commit
x86: cpa: remove unnecessary masking of address
authorAndi Kleen <ak@suse.de>
Wed, 30 Jan 2008 12:33:50 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:50 +0000 (13:33 +0100)
commitbf95dd3acec7bb5757eb3d18afcf9f462fd2deba
treeda158b5342c753e0062e4f751211e3eaf0d1395c
parentf8c50b53d0bb291fc75485469d54e5ebcc1d885e
x86: cpa: remove unnecessary masking of address

virt_to_page does not care about the bits below the page granuality.
So don't mask them.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mm/pageattr_64.c