git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec3a354
)
kmemleak: Remove alloc_bootmem annotations introduced in the past
author
Catalin Marinas
<catalin.marinas@arm.com>
Tue, 7 Jul 2009 09:33:01 +0000
(10:33 +0100)
committer
Catalin 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