]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit87ac84cf8d8f4b92358aee711e03a3e958ac04a7
treeddab997d86b591cf67de3afc2f23e7d9f2fb1207
parente5b9a27afe3870a26b7292c9e173bf132d86afa0
kmemleak: Remove alloc_bootmem annotations introduced in the past

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>
kernel/pid.c
mm/page_alloc.c