Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101587
b: refs/heads/master
c: 663276b
h: refs/heads/master
i:
  101585: 490dc8b
  101583: acf522c
v: v3
  • Loading branch information
Kumar Gala authored and Paul Mackerras committed May 14, 2008
1 parent f0b8dd0 commit 2501e86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: 7a10174eeafe737f3ccfcece5bdff749c3b044e0
refs/heads/master: 663276b7c6340e755ed62bed67a2b96f4fc3d513
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/head_booke.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
/* continue normal handling for a critical exception... */ \
2: mfspr r4,SPRN_DBSR; \
addi r3,r1,STACK_FRAME_OVERHEAD; \
EXC_XFER_TEMPLATE(DebugException, 0x2002, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, debug_transfer_to_handler, ret_from_debug_exc)
EXC_XFER_TEMPLATE(DebugException, 0x2008, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, debug_transfer_to_handler, ret_from_debug_exc)

#define DEBUG_CRIT_EXCEPTION \
START_EXCEPTION(DebugCrit); \
Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-powerpc/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ extern int ptrace_put_reg(struct task_struct *task, int regno,
#ifndef __powerpc64__
#define IS_CRITICAL_EXC(regs) (((regs)->trap & 2) != 0)
#define IS_MCHECK_EXC(regs) (((regs)->trap & 4) != 0)
#define IS_DEBUG_EXC(regs) (((regs)->trap & 8) != 0)
#endif /* ! __powerpc64__ */
#define TRAP(regs) ((regs)->trap & ~0xF)
#ifdef __powerpc64__
Expand Down

0 comments on commit 2501e86

Please sign in to comment.