Merge branch 'sfc-3.9' into master
[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.032363 seconds and 6 git commands to generate.