[PATCH] Kconfig fix (DEBUG_PAGEALLOC on m32r)
authorAl Viro <viro@www.linux.org.uk>
Tue, 23 Aug 2005 21:45:36 +0000 (22:45 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 24 Aug 2005 01:43:41 +0000 (18:43 -0700)
commit697ae16ac0482283741f42378108b67b492870e8
treed67f323c3cc9cc589838628dd2c257c12546b4d4
parentc3a0f7718c84737440a621f6a8600f2e7b896a44
[PATCH] Kconfig fix (DEBUG_PAGEALLOC on m32r)

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>
arch/m32r/Kconfig.debug