Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek...
[sfrench/cifs-2.6.git] / arch / x86 / mm / numa_64.c
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Generic VM initialization for x86-64 NUMA setups.
4  * Copyright 2002,2003 Andi Kleen, SuSE Labs.
5  */
6 #include <linux/memblock.h>
7
8 #include "numa_internal.h"
9
10 void __init initmem_init(void)
11 {
12         x86_numa_init();
13 }