Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
67e85d4e4e2eaf9614cf4db981be704890eb2869
/
.
/
arch
/
x86
/
mm
/
numa_64.c
blob: 066f3511d5f1fc29069c2a577466c6a1df1f8884 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
/*
* Generic VM initialization for x86-64 NUMA setups.
* Copyright 2002,2003 Andi Kleen, SuSE Labs.
*/
#include
<linux/bootmem.h>
#include
"numa_internal.h"
void
__init initmem_init
(
void
)
{
x86_numa_init
();
}