Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
26537ae6e988c707e0cca2f00edecc11d7df518d
/
.
/
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
();
}