]> git.hungrycats.org Git - linux/commitdiff
[PATCH] M68k irq_cpustat_t
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 26 Jul 2003 02:14:34 +0000 (19:14 -0700)
committerJens Axboe <axboe@suse.de>
Sat, 26 Jul 2003 02:14:34 +0000 (19:14 -0700)
M68k: Kill obsolete members of irq_cpustat_t

arch/m68k/kernel/m68k_defs.c
include/asm-m68k/hardirq.h

index 78d01dc971c6743e8b8ba888f711606f65f31ee1..d61a450a5520f40507c2cf2dacde01194865ac48 100644 (file)
@@ -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));
index a325c74ba8cc77a07bf5217fee791bf1be31edaa..22dc9cf913653fa5db4e5249d199634147f780c0 100644 (file)
@@ -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 */