#include <linux/threads.h>
#include <linux/bootmem.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/mmzone.h>
#include <linux/export.h>
#include <linux/nodemask.h>
#include <linux/cpu.h>
#include <linux/notifier.h>
#include <linux/memblock.h>
#include <linux/of.h>
#include <linux/pfn.h>
#include <linux/cpuset.h>
#include <linux/node.h>
#include <asm/sparsemem.h>
#include <asm/prom.h>
#include <asm/smp.h>
#include <asm/firmware.h>
#include <asm/paca.h>
#include <asm/hvcall.h>
#include <asm/setup.h>
Go to the source code of this file.
#define DRCONF_MEM_AI_INVALID 0x00000040 |
#define DRCONF_MEM_ASSIGNED 0x00000008 |
#define DRCONF_MEM_RESERVED 0x00000080 |
#define MAX_DISTANCE_REF_POINTS 4 |
#define VEC5_AFFINITY 0x80 |
#define VEC5_AFFINITY_BYTE 5 |
early_param |
( |
"numa" |
, |
|
|
early_numa |
|
|
) |
| |
paging_init - setup page tables
paging_init() sets up the page tables for each node of the system and frees the bootmem allocator memory for general use.
Definition at line 1098 of file numa.c.