blob: 59d80160fa5a2d14b65b4e58ba1313498a1ad48c [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Thomas Gleixnere3cfe522008-01-30 13:30:37 +01002/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 * Generic VM initialization for x86-64 NUMA setups.
4 * Copyright 2002,2003 Andi Kleen, SuSE Labs.
Thomas Gleixnere3cfe522008-01-30 13:30:37 +01005 */
Mike Rapoport57c8a662018-10-30 15:09:49 -07006#include <linux/memblock.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
Tejun Heob8ef9172011-02-22 11:10:08 +01008#include "numa_internal.h"
Tejun Heo97e7b782011-02-16 17:11:08 +01009
Tejun Heoffe77a42011-02-16 12:13:06 +010010void __init initmem_init(void)
11{
Tejun Heoa4106ea2011-05-02 14:18:53 +020012 x86_numa_init();
Andi Kleen69d81fc2005-11-05 17:25:53 +010013}