* [PATCH] parisc: remove unused IRQSTAT_SIRQ_PEND and IRQSTAT_SZ defines
@ 2009-10-10 11:01 Helge Deller
0 siblings, 0 replies; only message in thread
From: Helge Deller @ 2009-10-10 11:01 UTC (permalink / raw)
To: linux-parisc, Kyle McMartin
--
Signed-off-by: Helge Deller <deller@gmx.de>
diff --git a/arch/parisc/kernel/asm-offsets.c b/arch/parisc/kernel/asm-offsets.c
index fcd3c70..ec787b4 100644
--- a/arch/parisc/kernel/asm-offsets.c
+++ b/arch/parisc/kernel/asm-offsets.c
@@ -244,9 +244,6 @@ int main(void)
DEFINE(THREAD_SZ, sizeof(struct thread_info));
DEFINE(THREAD_SZ_ALGN, align(sizeof(struct thread_info), 64));
BLANK();
- DEFINE(IRQSTAT_SIRQ_PEND, offsetof(irq_cpustat_t, __softirq_pending));
- DEFINE(IRQSTAT_SZ, sizeof(irq_cpustat_t));
- BLANK();
DEFINE(ICACHE_BASE, offsetof(struct pdc_cache_info, ic_base));
DEFINE(ICACHE_STRIDE, offsetof(struct pdc_cache_info, ic_stride));
DEFINE(ICACHE_COUNT, offsetof(struct pdc_cache_info, ic_count));
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-10-10 11:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-10 11:01 [PATCH] parisc: remove unused IRQSTAT_SIRQ_PEND and IRQSTAT_SZ defines Helge Deller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).