Skip to content

Commit

Permalink
[PATCH] Kconfig fix (DEBUG_PAGEALLOC on m32r)
Browse files Browse the repository at this point in the history
DEBUG_PAGEALLOC is broken on m32r - the option had been blindly copied from
i386; kernel_map_pages() had not and that's what is needed for DEBUG_PAGEALLOC
to work (or link, while we are at it).

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Aug 24, 2005
1 parent c3a0f77 commit 697ae16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m32r/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ config DEBUG_STACK_USAGE

config DEBUG_PAGEALLOC
bool "Page alloc debugging"
depends on DEBUG_KERNEL
depends on DEBUG_KERNEL && BROKEN
help
Unmap pages from the kernel linear mapping after free_pages().
This results in a large slowdown, but helps to find certain types
Expand Down

0 comments on commit 697ae16

Please sign in to comment.