Commit b29f9037 authored by Helge Deller's avatar Helge Deller Committed by Kyle McMartin

parisc: remove unused IRQSTAT_SIRQ_PEND and IRQSTAT_SZ defines

Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
parent 5aea0fac
...@@ -244,9 +244,6 @@ int main(void) ...@@ -244,9 +244,6 @@ int main(void)
DEFINE(THREAD_SZ, sizeof(struct thread_info)); DEFINE(THREAD_SZ, sizeof(struct thread_info));
DEFINE(THREAD_SZ_ALGN, align(sizeof(struct thread_info), 64)); DEFINE(THREAD_SZ_ALGN, align(sizeof(struct thread_info), 64));
BLANK(); 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_BASE, offsetof(struct pdc_cache_info, ic_base));
DEFINE(ICACHE_STRIDE, offsetof(struct pdc_cache_info, ic_stride)); DEFINE(ICACHE_STRIDE, offsetof(struct pdc_cache_info, ic_stride));
DEFINE(ICACHE_COUNT, offsetof(struct pdc_cache_info, ic_count)); DEFINE(ICACHE_COUNT, offsetof(struct pdc_cache_info, ic_count));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment