diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-04-06 01:22:23 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-04-06 06:36:24 +0200 |
commit | 8e7a0c9100cade3bdbf851206b892b6f98eb39c9 (patch) | |
tree | 9266e77423dfb98dece1f090b04ba547177632f5 /mm/page_alloc.c | |
parent | mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGE (diff) | |
download | linux-8e7a0c9100cade3bdbf851206b892b6f98eb39c9.tar.xz linux-8e7a0c9100cade3bdbf851206b892b6f98eb39c9.zip |
mm/swap_slots.c: use conditional compilation
For mm/swap_slots.c, use the traditional Linux method of conditional
compilation and linking instead of always compiling it by using #ifdef
CONFIG_SWAP and #endif for the entire source file (excluding header
files).
Link: http://lkml.kernel.org/r/c2a47015-0b5a-d0d9-8bc7-9984c049df20@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Tim Chen <tim.c.chen@linux.intel.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/page_alloc.c')
0 files changed, 0 insertions, 0 deletions