mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[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
|
@ -443,8 +443,7 @@ tsunami_pci_clr_err(void)
|
|||
}
|
||||
|
||||
void
|
||||
tsunami_machine_check(unsigned long vector, unsigned long la_ptr,
|
||||
struct pt_regs * regs)
|
||||
tsunami_machine_check(unsigned long vector, unsigned long la_ptr)
|
||||
{
|
||||
/* Clear error before any reporting. */
|
||||
mb();
|
||||
|
@ -454,6 +453,6 @@ tsunami_machine_check(unsigned long vector, unsigned long la_ptr,
|
|||
wrmces(0x7);
|
||||
mb();
|
||||
|
||||
process_mcheck_info(vector, la_ptr, regs, "TSUNAMI",
|
||||
process_mcheck_info(vector, la_ptr, "TSUNAMI",
|
||||
mcheck_expected(smp_processor_id()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue