Searched hist:a6186d89 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | kmemleak.h | a6186d89 Thu Aug 27 08:29:16 CDT 2009 Catalin Marinas <catalin.marinas@arm.com> kmemleak: Mark the early log buffer as __initdata
This buffer isn't needed after kmemleak was initialised so it can be freed together with the .init.data section. This patch also marks functions conditionally accessing the early log variables with __ref.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> a6186d89 Thu Aug 27 08:29:16 CDT 2009 Catalin Marinas <catalin.marinas@arm.com> kmemleak: Mark the early log buffer as __initdata This buffer isn't needed after kmemleak was initialised so it can be freed together with the .init.data section. This patch also marks functions conditionally accessing the early log variables with __ref. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
|
/openbmc/linux/mm/ |
H A D | kmemleak.c | a6186d89 Thu Aug 27 08:29:16 CDT 2009 Catalin Marinas <catalin.marinas@arm.com> kmemleak: Mark the early log buffer as __initdata
This buffer isn't needed after kmemleak was initialised so it can be freed together with the .init.data section. This patch also marks functions conditionally accessing the early log variables with __ref.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> a6186d89 Thu Aug 27 08:29:16 CDT 2009 Catalin Marinas <catalin.marinas@arm.com> kmemleak: Mark the early log buffer as __initdata This buffer isn't needed after kmemleak was initialised so it can be freed together with the .init.data section. This patch also marks functions conditionally accessing the early log variables with __ref. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
|