[PATCH] alpha pt_regs cleanups: machine_check()
do set_irq_regs() in caller, kill pt_regs argument. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
3dbb8c6289
commit
4fa1970a23
20 changed files with 61 additions and 71 deletions
|
|
@ -322,8 +322,7 @@ wildfire_init_arch(void)
|
|||
}
|
||||
|
||||
void
|
||||
wildfire_machine_check(unsigned long vector, unsigned long la_ptr,
|
||||
struct pt_regs * regs)
|
||||
wildfire_machine_check(unsigned long vector, unsigned long la_ptr)
|
||||
{
|
||||
mb();
|
||||
mb(); /* magic */
|
||||
|
|
@ -332,7 +331,7 @@ wildfire_machine_check(unsigned long vector, unsigned long la_ptr,
|
|||
wrmces(0x7);
|
||||
mb();
|
||||
|
||||
process_mcheck_info(vector, la_ptr, regs, "WILDFIRE",
|
||||
process_mcheck_info(vector, la_ptr, "WILDFIRE",
|
||||
mcheck_expected(smp_processor_id()));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue