Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67293
b: refs/heads/master
c: 01f1c73
h: refs/heads/master
i:
  67291: 3240c76
v: v3
  • Loading branch information
Olof Johansson authored and Paul Mackerras committed Sep 13, 2007
1 parent 93aa66d commit 9c73a71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3850169dbddcc9e53fd550eb093af7da5dfcefa9
refs/heads/master: 01f1c735f57548e6b862e815cc845e452405643d
15 changes: 0 additions & 15 deletions trunk/arch/powerpc/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,15 +324,6 @@ static inline int check_io_access(struct pt_regs *regs)
#define clear_single_step(regs) ((regs)->msr &= ~MSR_SE)
#endif

/*
* This is "fall-back" implementation for configurations
* which don't provide platform-specific machine check info
*/
void __attribute__ ((weak))
platform_machine_check(struct pt_regs *regs)
{
}

void machine_check_exception(struct pt_regs *regs)
{
int recover = 0;
Expand Down Expand Up @@ -480,12 +471,6 @@ void machine_check_exception(struct pt_regs *regs)
}
#endif /* CONFIG_4xx */

/*
* Optional platform-provided routine to print out
* additional info, e.g. bus error registers.
*/
platform_machine_check(regs);

if (debugger_fault_handler(regs))
return;
die("Machine check", regs, SIGBUS);
Expand Down

0 comments on commit 9c73a71

Please sign in to comment.