[VOYAGER] fix up ptregs removal mess
Apparently whoever converted voyager never actually checked that the patch would compile ... Remove as much of the pt_regs references as possible and move the remaining ones into line with what's in x86 generic. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
@@ -58,4 +58,4 @@ static const int VIC_CPI_Registers[] =
|
||||
|
||||
#define VIC_BOOT_INTERRUPT_MASK 0xfe
|
||||
|
||||
extern void smp_vic_timer_interrupt(struct pt_regs *regs);
|
||||
extern void smp_vic_timer_interrupt(void);
|
||||
|
||||
Reference in New Issue
Block a user