#include <linux/module.h>
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/swap.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/bootmem.h>
#include <linux/gfp.h>
#include <asm/setup.h>
#include <asm/uaccess.h>
#include <asm/page.h>
#include <asm/pgalloc.h>
#include <asm/traps.h>
#include <asm/machdep.h>
#include <asm/io.h>
#include <asm/sections.h>
#include <asm/tlb.h>
Go to the source code of this file.
|
#define | VECTORS _ramvec |
|
#define | UL(x) ((unsigned long) (x)) |
|
#define | MLK(b, t) UL(b), UL(t), (UL(t) - UL(b)) >> 10 |
|
#define | MLM(b, t) UL(b), UL(t), (UL(t) - UL(b)) >> 20 |
|
#define | MLK_ROUNDUP(b, t) b, t, DIV_ROUND_UP(((t) - (b)), 1024) |
|
#define UL |
( |
|
x | ) |
((unsigned long) (x)) |
void init_pointer_table |
( |
unsigned long |
ptable | ) |
|
int m68k_virt_to_node_shift |