License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / x86 / mm / numa_64.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
e3cfe529 2/*
1da177e4
LT
3 * Generic VM initialization for x86-64 NUMA setups.
4 * Copyright 2002,2003 Andi Kleen, SuSE Labs.
e3cfe529 5 */
1da177e4 6#include <linux/bootmem.h>
1da177e4 7
b8ef9172 8#include "numa_internal.h"
97e7b78d 9
c09cedf4
DR
10void __init initmem_init(void)
11{
a4106eae 12 x86_numa_init();
69d81fcd 13}