Branch data Line data Source code
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 : 3 : void __init initmem_init(void) 11 : : { 12 : 3 : x86_numa_init(); 13 : 3 : }