commit | 315ab19a6d12d6af7b6957090822f3057ab7e80f | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@suse.de> | Sat Mar 25 16:20:22 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Mar 25 08:43:45 2006 -0800 |
tree | 7d6d51cfbd0f5e3182d4490c077e1d3139eeb9a7 | |
parent | f081a529f808ed450c22553de7b3275e0ffde9a0 [diff] |
[PATCH] mm: restore vm_normal_page check Hugh is rightly concerned that the CONFIG_DEBUG_VM coverage has gone too far in vm_normal_page, considering that we expect production kernels to be shipped with the option turned off, and that the code has been under some large changes recently. Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>