Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11675
b: refs/heads/master
c: cffb09c
h: refs/heads/master
i:
  11673: f2700a5
  11671: 469e8a6
v: v3
  • Loading branch information
Kumar Gala authored and Paul Mackerras committed Oct 27, 2005
1 parent 8d96721 commit 14e7dc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 328985b2c69d2592edd7f181a6b7360e51b08515
refs/heads/master: cffb09ce6ba7706c89c6df9ca8e72c81adda13f0
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ static int store_updates_sp(struct pt_regs *regs)
return 0;
}

#if !(defined(CONFIG_4xx) || defined(CONFIG_BOOKE))
static void do_dabr(struct pt_regs *regs, unsigned long error_code)
{
siginfo_t info;
Expand All @@ -101,6 +102,7 @@ static void do_dabr(struct pt_regs *regs, unsigned long error_code)
info.si_addr = (void __user *)regs->nip;
force_sig_info(SIGTRAP, &info, current);
}
#endif /* !(CONFIG_4xx || CONFIG_BOOKE)*/

/*
* For 600- and 800-family processors, the error_code parameter is DSISR
Expand Down

0 comments on commit 14e7dc1

Please sign in to comment.