[PATCH] alpha pt_regs cleanups: device_interrupt
callers of ->device_interrupt() do set_irq_regs() now; pt_regs argument removed, remaining uses of regs in instances of ->device_interrupt() are switched to get_irq_regs() and will be gone in the next patch. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
|
||||
#define RTC_IRQ 8
|
||||
|
||||
extern void isa_device_interrupt(unsigned long, struct pt_regs *);
|
||||
extern void isa_device_interrupt(unsigned long);
|
||||
extern void isa_no_iack_sc_device_interrupt(unsigned long, struct pt_regs *);
|
||||
extern void srm_device_interrupt(unsigned long, struct pt_regs *);
|
||||
extern void pyxis_device_interrupt(unsigned long, struct pt_regs *);
|
||||
extern void srm_device_interrupt(unsigned long);
|
||||
extern void pyxis_device_interrupt(unsigned long);
|
||||
|
||||
extern struct irqaction timer_irqaction;
|
||||
extern struct irqaction isa_cascade_irqaction;
|
||||
|
Reference in New Issue
Block a user