Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtd
[deliverable/linux.git] / arch / x86 / mm / numa_64.c
1 /*
2 * Generic VM initialization for x86-64 NUMA setups.
3 * Copyright 2002,2003 Andi Kleen, SuSE Labs.
4 */
5 #include <linux/bootmem.h>
6
7 #include "numa_internal.h"
8
9 void __init initmem_init(void)
10 {
11 x86_numa_init();
12 }
This page took 0.031503 seconds and 5 git commands to generate.