diff options
author | Helge Deller <deller@gmx.de> | 2009-10-10 11:01:30 +0000 |
---|---|---|
committer | Kyle McMartin <kyle@mcmartin.ca> | 2009-12-16 03:48:54 +0000 |
commit | b29f90379eb5def21ca3fdf576079c285b815e6a (patch) | |
tree | 88c53c1cbf883e61052ca723fe2c25fcdee36f52 /arch/parisc | |
parent | 5aea0fac0fb295b0f2528cd03f93541bcd5c78e3 (diff) | |
download | linux-b29f90379eb5def21ca3fdf576079c285b815e6a.tar.bz2 |
parisc: remove unused IRQSTAT_SIRQ_PEND and IRQSTAT_SZ defines
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/asm-offsets.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/parisc/kernel/asm-offsets.c b/arch/parisc/kernel/asm-offsets.c index fcd3c707bf12..ec787b411e9a 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)); |