Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-arm26 / constants.h
blob0d0b144155632104949a92008f91fa88c4abc98e
1 #ifndef __ASM_OFFSETS_H__
2 #define __ASM_OFFSETS_H__
3 /*
4 * DO NOT MODIFY.
6 * This file was generated by arch/arm26/Makefile
8 */
10 #define TSK_ACTIVE_MM 96 /* offsetof(struct task_struct, active_mm) */
12 #define VMA_VM_MM 0 /* offsetof(struct vm_area_struct, vm_mm) */
13 #define VMA_VM_FLAGS 20 /* offsetof(struct vm_area_struct, vm_flags) */
15 #define VM_EXEC 4 /* VM_EXEC */
18 #define PAGE_PRESENT 1 /* L_PTE_PRESENT */
19 #define PAGE_READONLY 95 /* PAGE_READONLY */
20 #define PAGE_NOT_USER 3 /* PAGE_NONE */
21 #define PAGE_OLD 3 /* PAGE_NONE */
22 #define PAGE_CLEAN 128 /* L_PTE_DIRTY */
24 #define PAGE_SZ 32768 /* PAGE_SIZE */
26 #define SYS_ERROR0 10420224 /* 0x9f0000 */
28 #endif