Skip to content

Commit

Permalink
kmemleak: Allow kmemleak to be built on powerpc
Browse files Browse the repository at this point in the history
Very lightly tested, doesn't crash the kernel.

Signed-off-by: Michael Ellerman <[email protected]>
Acked-by: Catalin Marinas <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
  • Loading branch information
mpe authored and ozbenh committed Aug 20, 2009
1 parent 5b36f1d commit bbdc16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ config SLUB_STATS

config DEBUG_KMEMLEAK
bool "Kernel memory leak detector"
depends on DEBUG_KERNEL && EXPERIMENTAL && (X86 || ARM) && \
depends on DEBUG_KERNEL && EXPERIMENTAL && (X86 || ARM || PPC) && \
!MEMORY_HOTPLUG
select DEBUG_FS if SYSFS
select STACKTRACE if STACKTRACE_SUPPORT
Expand Down

0 comments on commit bbdc16f

Please sign in to comment.