From 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sat, 16 Apr 2005 15:20:36 -0700 Subject: Linux-2.6.12-rc2 Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip! --- include/asm-m68knommu/asm-offsets.h | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 include/asm-m68knommu/asm-offsets.h (limited to 'include/asm-m68knommu/asm-offsets.h') diff --git a/include/asm-m68knommu/asm-offsets.h b/include/asm-m68knommu/asm-offsets.h new file mode 100644 index 00000000000..825f6e210f1 --- /dev/null +++ b/include/asm-m68knommu/asm-offsets.h @@ -0,0 +1,49 @@ +#ifndef __ASM_OFFSETS_H__ +#define __ASM_OFFSETS_H__ +/* + * DO NOT MODIFY. + * + * This file was generated by arch/m68knommu/Makefile + * + */ + +#define TASK_STATE 0 /* offsetof(struct task_struct, state) */ +#define TASK_FLAGS 12 /* offsetof(struct task_struct, flags) */ +#define TASK_PTRACE 16 /* offsetof(struct task_struct, ptrace) */ +#define TASK_BLOCKED 922 /* offsetof(struct task_struct, blocked) */ +#define TASK_THREAD 772 /* offsetof(struct task_struct, thread) */ +#define TASK_THREAD_INFO 4 /* offsetof(struct task_struct, thread_info) */ +#define TASK_MM 92 /* offsetof(struct task_struct, mm) */ +#define TASK_ACTIVE_MM 96 /* offsetof(struct task_struct, active_mm) */ +#define CPUSTAT_SOFTIRQ_PENDING 0 /* offsetof(irq_cpustat_t, __softirq_pending) */ +#define THREAD_KSP 0 /* offsetof(struct thread_struct, ksp) */ +#define THREAD_USP 4 /* offsetof(struct thread_struct, usp) */ +#define THREAD_SR 8 /* offsetof(struct thread_struct, sr) */ +#define THREAD_FS 10 /* offsetof(struct thread_struct, fs) */ +#define THREAD_CRP 12 /* offsetof(struct thread_struct, crp) */ +#define THREAD_ESP0 20 /* offsetof(struct thread_struct, esp0) */ +#define THREAD_FPREG 24 /* offsetof(struct thread_struct, fp) */ +#define THREAD_FPCNTL 120 /* offsetof(struct thread_struct, fpcntl) */ +#define THREAD_FPSTATE 132 /* offsetof(struct thread_struct, fpstate) */ +#define PT_D0 32 /* offsetof(struct pt_regs, d0) */ +#define PT_ORIG_D0 36 /* offsetof(struct pt_regs, orig_d0) */ +#define PT_D1 0 /* offsetof(struct pt_regs, d1) */ +#define PT_D2 4 /* offsetof(struct pt_regs, d2) */ +#define PT_D3 8 /* offsetof(struct pt_regs, d3) */ +#define PT_D4 12 /* offsetof(struct pt_regs, d4) */ +#define PT_D5 16 /* offsetof(struct pt_regs, d5) */ +#define PT_A0 20 /* offsetof(struct pt_regs, a0) */ +#define PT_A1 24 /* offsetof(struct pt_regs, a1) */ +#define PT_A2 28 /* offsetof(struct pt_regs, a2) */ +#define PT_PC 48 /* offsetof(struct pt_regs, pc) */ +#define PT_SR 46 /* offsetof(struct pt_regs, sr) */ +#define PT_VECTOR 52 /* offsetof(struct pt_regs, pc) + 4 */ +#define STAT_IRQ 5140 /* offsetof(struct kernel_stat, irqs) */ +#define SIGSEGV 11 /* SIGSEGV */ +#define SEGV_MAPERR 196609 /* SEGV_MAPERR */ +#define SIGTRAP 5 /* SIGTRAP */ +#define TRAP_TRACE 196610 /* TRAP_TRACE */ +#define PT_PTRACED 1 /* PT_PTRACED */ +#define PT_DTRACE 2 /* PT_DTRACE */ + +#endif -- cgit v1.2.3