ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-arm26 / constants.h
1 #ifndef __ASM_OFFSETS_H__
2 #define __ASM_OFFSETS_H__
3 /*
4  * DO NOT MODIFY.
5  *
6  * This file was generated by arch/arm26/Makefile
7  *
8  */
9
10 #define TSK_USED_MATH 788 /* offsetof(struct task_struct, used_math) */
11 #define TSK_ACTIVE_MM 96 /* offsetof(struct task_struct, active_mm) */
12
13 #define VMA_VM_MM 0 /* offsetof(struct vm_area_struct, vm_mm) */
14 #define VMA_VM_FLAGS 20 /* offsetof(struct vm_area_struct, vm_flags) */
15
16 #define VM_EXEC 4 /* VM_EXEC */
17
18
19 #define PAGE_PRESENT 1 /* L_PTE_PRESENT */
20 #define PAGE_READONLY 95 /* PAGE_READONLY */
21 #define PAGE_NOT_USER 3 /* PAGE_NONE */
22 #define PAGE_OLD 3 /* PAGE_NONE */
23 #define PAGE_CLEAN 128 /* L_PTE_DIRTY */
24
25 #define PAGE_SZ 32768 /* PAGE_SIZE */
26
27 #define SYS_ERROR0 10420224 /* 0x9f0000 */
28
29 #endif