From c8dc29db3a1dd9c7c3776e56a085eaa012e118dd Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Fri, 25 Jul 2003 19:14:34 -0700 Subject: [PATCH] M68k irq_cpustat_t M68k: Kill obsolete members of irq_cpustat_t --- include/asm-m68k/hardirq.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 /* Standard mappings for irq_cpustat_t above */ -- cgit v1.2.3