diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2003-07-25 19:14:34 -0700 |
|---|---|---|
| committer | Jens Axboe <axboe@suse.de> | 2003-07-25 19:14:34 -0700 |
| commit | c8dc29db3a1dd9c7c3776e56a085eaa012e118dd (patch) | |
| tree | 6b05336e9d2978cb2cfcfd795aa070507eec58af /include | |
| parent | ba7f08e20233266672887520dac40ecb4e761459 (diff) | |
[PATCH] M68k irq_cpustat_t
M68k: Kill obsolete members of irq_cpustat_t
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-m68k/hardirq.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |
