[PATCH] sparc32 pt_regs fixes

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Al Viro
2006-10-08 14:30:44 +01:00
committed by Linus Torvalds
parent 7ff3e52cf2
commit 0d84438d98
13 changed files with 49 additions and 27 deletions

View File

@@ -55,7 +55,7 @@ void install_obp_ticker(void)
linux_lvl14[3] = obp_lvl14[3];
}
void claim_ticker14(irqreturn_t (*handler)(int, void *, struct pt_regs *),
void claim_ticker14(irqreturn_t (*handler)(int, void *),
int irq_nr, unsigned int timeout )
{
int cpu = smp_processor_id();