root/arch/x86/mm/numa_64.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. initmem_init

   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 void __init initmem_init(void)
  11 {
  12         x86_numa_init();
  13 }

/* [<][>][^][v][top][bottom][index][help] */