Import 2.2.0pre6
[davej-history.git] / include / asm-arm / arch-vnc / processor.h
blob5d84ad49881a6791f9f6bbaea5a85b0fb50f6bf9
1 /*
2 * linux/include/asm-arm/arch-vnc/processor.h
4 * Copyright (C) 1996,1997,1998 Russell King
5 */
7 #ifndef __ASM_ARCH_PROCESSOR_H
8 #define __ASM_ARCH_PROCESSOR_H
11 * Bus types
13 #define EISA_bus 0
14 #define EISA_bus__is_a_macro /* for versions in ksyms.c */
15 #define MCA_bus 0
16 #define MCA_bus__is_a_macro /* for versions in ksyms.c */
19 * User space: 3GB
21 #define TASK_SIZE (0xc0000000UL)
23 /* This decides where the kernel will search for a free chunk of vm
24 * space during mmap's.
26 #define TASK_UNMAPPED_BASE (TASK_SIZE / 3)
28 #define INIT_MMAP \
29 { &init_mm, 0, 0, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, NULL, &init_mm.mmap }
31 #endif