commit | 9e730237c2cb479649207da1be2114c28d2fcf51 | [log] [tgz] |
---|---|---|
author | Vegard Nossum <vegard.nossum@gmail.com> | Sun Feb 22 11:28:25 2009 +0100 |
committer | Vegard Nossum <vegard.nossum@gmail.com> | Mon Jun 15 12:40:11 2009 +0200 |
tree | b00509d1fe15110e3c34a7a5eff937280eff4456 | |
parent | 33f65df7ed1abcaac32ba620b9976a4d8cea3248 [diff] |
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>