commit | f096e59e844ba3c5d5a7b54b3deafd2aeeebf921 | [log] [tgz] |
---|---|---|
author | Huang Shijie <shijie8@gmail.com> | Mon Dec 14 17:59:51 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Dec 15 08:53:22 2009 -0800 |
tree | 8d48bf8456ba98a1f9fe372b7550b2996162da3b | |
parent | c9d0bf241451a3ab7d02e1652c22b80cd7d93e8f [diff] |
include/linux/mm.h: remove unneeded ifdef The check code for CONFIG_SWAP is redundant, because there is a non-CONFIG_SWAP version for PageSwapCache() which just returns 0. Signed-off-by: Huang Shijie <shijie8@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>