summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2003-07-18 09:34:47 +1000
committerPaul Mackerras <paulus@samba.org>2003-07-18 09:34:47 +1000
commit19acc0eb2262fcd616ed0b5bcc52ecd9ff064683 (patch)
tree6451fa752faf2daf932d027c870858bcd0ed1d88 /include
parenta51daa0d3eb731313e3187b39a1aae7427e7abde (diff)
PPC32: Remove unused fields from irq_cpustat_t.
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc/hardirq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-ppc/hardirq.h b/include/asm-ppc/hardirq.h
index e8f269856c32..9c3664279608 100644
--- a/include/asm-ppc/hardirq.h
+++ b/include/asm-ppc/hardirq.h
@@ -14,8 +14,6 @@
*/
typedef struct {
unsigned long __softirq_pending; /* set_bit is used on this */
- unsigned int __syscall_count;
- struct task_struct * __ksoftirqd_task;
unsigned int __last_jiffy_stamp;
} ____cacheline_aligned irq_cpustat_t;