diff options
author | Greg Ungerer <gerg@uclinux.org> | 2009-04-17 08:56:50 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-04-22 00:45:07 -0400 |
commit | 830c072b1ea0078396c42db120452fc36516ed1d (patch) | |
tree | aa01daa39f2d81bcf4e63c81c9b48e89603a0bac /arch/m68knommu | |
parent | a14f5e4feb3efd907df7f1b176c2367910a8e796 (diff) |
m68knommu: remove unused kernel stats offsets
The irq field of the kernel stats struct is not used by the assembly
support code, so remove it from the offsets.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/kernel/asm-offsets.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m68knommu/kernel/asm-offsets.c b/arch/m68knommu/kernel/asm-offsets.c index c785d07c02cc..f500dd6935d6 100644 --- a/arch/m68knommu/kernel/asm-offsets.c +++ b/arch/m68knommu/kernel/asm-offsets.c | |||
@@ -30,9 +30,6 @@ int main(void) | |||
30 | DEFINE(TASK_MM, offsetof(struct task_struct, mm)); | 30 | DEFINE(TASK_MM, offsetof(struct task_struct, mm)); |
31 | DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); | 31 | DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); |
32 | 32 | ||
33 | /* offsets into the kernel_stat struct */ | ||
34 | DEFINE(STAT_IRQ, offsetof(struct kernel_stat, irqs)); | ||
35 | |||
36 | /* offsets into the irq_cpustat_t struct */ | 33 | /* offsets into the irq_cpustat_t struct */ |
37 | DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending)); | 34 | DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending)); |
38 | 35 | ||
@@ -69,9 +66,6 @@ int main(void) | |||
69 | DEFINE(PT_VECTOR, offsetof(struct pt_regs, pc) + 4); | 66 | DEFINE(PT_VECTOR, offsetof(struct pt_regs, pc) + 4); |
70 | #endif | 67 | #endif |
71 | 68 | ||
72 | /* offsets into the kernel_stat struct */ | ||
73 | DEFINE(STAT_IRQ, offsetof(struct kernel_stat, irqs)); | ||
74 | |||
75 | /* signal defines */ | 69 | /* signal defines */ |
76 | DEFINE(SIGSEGV, SIGSEGV); | 70 | DEFINE(SIGSEGV, SIGSEGV); |
77 | DEFINE(SEGV_MAPERR, SEGV_MAPERR); | 71 | DEFINE(SEGV_MAPERR, SEGV_MAPERR); |