#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/bootmem.h>
#include <linux/swap.h>
#include <linux/highmem.h>
#include <linux/bitops.h>
#include <linux/nodemask.h>
#include <linux/pfn.h>
#include <linux/gfp.h>
#include <asm/types.h>
#include <asm/processor.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>
#include <asm/mmu_context.h>
#include <asm/setup.h>
#include <asm/tlb.h>
Go to the source code of this file.
#define MAX_LOW_PFN |
( |
|
nid | ) |
(NODE_DATA(nid)->bdata->node_low_pfn) |
#define START_PFN |
( |
|
nid | ) |
(NODE_DATA(nid)->bdata->node_min_pfn) |
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 99 of file init.c.
unsigned long mmu_context_cache_dat |
pgd_t swapper_pg_dir[1024] |