File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -292,6 +292,9 @@ extern void __noreturn toc_intr(struct pt_regs *regs);
292292extern void toc_handler (void );
293293extern unsigned int toc_handler_size ;
294294extern unsigned int toc_handler_csum ;
295+ extern void do_cpu_irq_mask (struct pt_regs * );
296+ extern irqreturn_t timer_interrupt (int , void * );
297+ extern irqreturn_t ipi_interrupt (int , void * );
295298
296299/* called from assembly code: */
297300extern void start_parisc (void );
Original file line number Diff line number Diff line change 2424
2525#undef PARISC_IRQ_CR16_COUNTS
2626
27- extern irqreturn_t timer_interrupt (int , void * );
28- extern irqreturn_t ipi_interrupt (int , void * );
29-
3027#define EIEM_MASK (irq ) (1UL<<(CPU_IRQ_MAX - irq))
3128
3229/* Bits in EIEM correlate with cpu_irq_action[].
@@ -489,7 +486,7 @@ void do_softirq_own_stack(void)
489486#endif /* CONFIG_IRQSTACKS */
490487
491488/* ONLY called from entry.S:intr_extint() */
492- void do_cpu_irq_mask (struct pt_regs * regs )
489+ asmlinkage void do_cpu_irq_mask (struct pt_regs * regs )
493490{
494491 struct pt_regs * old_regs ;
495492 unsigned long eirr_val ;
You can’t perform that action at this time.
0 commit comments