kmemcheck: don't track page tables
authorVegard Nossum <vegard.nossum@gmail.com>
Sun, 22 Feb 2009 10:28:25 +0000 (11:28 +0100)
committerVegard Nossum <vegard.nossum@gmail.com>
Mon, 15 Jun 2009 10:40:11 +0000 (12:40 +0200)
commit9e730237c2cb479649207da1be2114c28d2fcf51
treeb00509d1fe15110e3c34a7a5eff937280eff4456
parent33f65df7ed1abcaac32ba620b9976a4d8cea3248
kmemcheck: don't track page tables

As these are allocated using the page allocator, we need to pass
__GFP_NOTRACK before we add page allocator support to kmemcheck.

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
arch/x86/mm/init_64.c
arch/x86/mm/pageattr.c
arch/x86/mm/pgtable.c