Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc: remove unused IRQSTAT_SIRQ_PEND and IRQSTAT_SZ defines

Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

authored by

Helge Deller and committed by
Kyle McMartin
b29f9037 5aea0fac

-3
-3
arch/parisc/kernel/asm-offsets.c
··· 244 244 DEFINE(THREAD_SZ, sizeof(struct thread_info)); 245 245 DEFINE(THREAD_SZ_ALGN, align(sizeof(struct thread_info), 64)); 246 246 BLANK(); 247 - DEFINE(IRQSTAT_SIRQ_PEND, offsetof(irq_cpustat_t, __softirq_pending)); 248 - DEFINE(IRQSTAT_SZ, sizeof(irq_cpustat_t)); 249 - BLANK(); 250 247 DEFINE(ICACHE_BASE, offsetof(struct pdc_cache_info, ic_base)); 251 248 DEFINE(ICACHE_STRIDE, offsetof(struct pdc_cache_info, ic_stride)); 252 249 DEFINE(ICACHE_COUNT, offsetof(struct pdc_cache_info, ic_count));