kmemleak: Remove alloc_bootmem annotations introduced in the past
authorCatalin Marinas <catalin.marinas@arm.com>
Tue, 7 Jul 2009 09:33:01 +0000 (10:33 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 9 Jul 2009 16:07:02 +0000 (17:07 +0100)
kmemleak_alloc() calls were added in some places where alloc_bootmem was
called. Since now kmemleak tracks bootmem allocations, these explicit
calls should be run.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Cc: Ingo Molnar <mingo@elte.hu>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>

No differences found