summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2003-07-25 19:14:34 -0700
committerJens Axboe <axboe@suse.de>2003-07-25 19:14:34 -0700
commitc8dc29db3a1dd9c7c3776e56a085eaa012e118dd (patch)
tree6b05336e9d2978cb2cfcfd795aa070507eec58af
parentba7f08e20233266672887520dac40ecb4e761459 (diff)
[PATCH] M68k irq_cpustat_t
M68k: Kill obsolete members of irq_cpustat_t
-rw-r--r--arch/m68k/kernel/m68k_defs.c1
-rw-r--r--include/asm-m68k/hardirq.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/kernel/m68k_defs.c b/arch/m68k/kernel/m68k_defs.c
index 78d01dc971c6..d61a450a5520 100644
--- a/arch/m68k/kernel/m68k_defs.c
+++ b/arch/m68k/kernel/m68k_defs.c
@@ -71,7 +71,6 @@ int main(void)
/* offsets into the irq_cpustat_t struct */
DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending));
- DEFINE(CPUSTAT_SYSCALL_COUNT, offsetof(irq_cpustat_t, __syscall_count));
/* offsets into the bi_record struct */
DEFINE(BIR_TAG, offsetof(struct bi_record, tag));
diff --git a/include/asm-m68k/hardirq.h b/include/asm-m68k/hardirq.h
index a325c74ba8cc..22dc9cf91365 100644
--- a/include/asm-m68k/hardirq.h
+++ b/include/asm-m68k/hardirq.h
@@ -7,8 +7,6 @@
/* entry.S is sensitive to the offsets of these fields */
typedef struct {
unsigned int __softirq_pending;
- unsigned int __syscall_count;
- struct task_struct * __ksoftirqd_task;
} ____cacheline_aligned irq_cpustat_t;
#include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */