* added 0.99 linux version
[mascara-docs.git] / i386 / linux / linux-2.3.21 / include / asm-arm / arch-ebsa285 / processor.h
blobbd99869afed77ba676a47905757dd2fe1832987c
1 /*
2 * linux/include/asm-arm/arch-ebsa110/processor.h
4 * Copyright (C) 1996-1999 Russell King
6 * Changelog:
7 * 21-Mar-1999 RMK Added asm/arch/memory.h
8 */
10 #ifndef __ASM_ARCH_PROCESSOR_H
11 #define __ASM_ARCH_PROCESSOR_H
13 #include <asm/arch/memory.h>
16 * Bus types
18 #define EISA_bus 0
19 #define EISA_bus__is_a_macro /* for versions in ksyms.c */
20 #define MCA_bus 0
21 #define MCA_bus__is_a_macro /* for versions in ksyms.c */
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 #endif