diff options
Diffstat (limited to 'mm/percpu.c')
-rw-r--r-- | mm/percpu.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/percpu.c b/mm/percpu.c index 15f680430671..39f7dfd59585 100644 --- a/mm/percpu.c +++ b/mm/percpu.c | |||
@@ -654,7 +654,11 @@ static void pcpu_destroy_chunk(struct pcpu_chunk *chunk); | |||
654 | static struct page *pcpu_addr_to_page(void *addr); | 654 | static struct page *pcpu_addr_to_page(void *addr); |
655 | static int __init pcpu_verify_alloc_info(const struct pcpu_alloc_info *ai); | 655 | static int __init pcpu_verify_alloc_info(const struct pcpu_alloc_info *ai); |
656 | 656 | ||
657 | #ifdef CONFIG_NEED_PER_CPU_KM | ||
658 | #include "percpu-km.c" | ||
659 | #else | ||
657 | #include "percpu-vm.c" | 660 | #include "percpu-vm.c" |
661 | #endif | ||
658 | 662 | ||
659 | /** | 663 | /** |
660 | * pcpu_chunk_addr_search - determine chunk containing specified address | 664 | * pcpu_chunk_addr_search - determine chunk containing specified address |