]> git.hungrycats.org Git - linux/commitdiff
[SPARC64]: Kill all irq_cpustat_t except __softirq_pending.
authorDavid S. Miller <davem@nuts.ninka.net>
Mon, 7 Jul 2003 18:37:57 +0000 (11:37 -0700)
committerDavid S. Miller <davem@nuts.ninka.net>
Mon, 7 Jul 2003 18:37:57 +0000 (11:37 -0700)
include/asm-sparc64/hardirq.h

index 44a4e97f4793d1a0e185600e4104026e32dacbb0..97e43a160b3b8f5ff925426b69abce612b6d21f6 100644 (file)
 #include <linux/spinlock.h>
 #include <linux/cache.h>
 
-/* entry.S is sensitive to the offsets of these fields */
-/* rtrap.S is sensitive to the size of this structure */
+/* rtrap.S is sensitive to the offsets of these fields */
 typedef struct {
        unsigned int __softirq_pending;
-       unsigned int __unused_1;
-       unsigned int __unused_2;
-       unsigned int __unused_3;
-       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 */