From: Catalin Marinas Date: Thu, 27 Aug 2009 13:29:20 +0000 (+0100) Subject: kmemleak: Ignore the aperture memory hole on x86_64 X-Git-Tag: v2.6.32-rc1~735^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acde31dc467797ccae3a55b791a77af446cce018;p=pandora-kernel.git kmemleak: Ignore the aperture memory hole on x86_64 This block is allocated with alloc_bootmem() and scanned by kmemleak but the kernel direct mapping may no longer exist. This patch tells kmemleak to ignore this memory hole. The dma32_bootmem_ptr in dma32_reserve_bootmem() is also ignored. Signed-off-by: Catalin Marinas Acked-by: Ingo Molnar --- Reading git-diff-tree failed