Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196613
b: refs/heads/master
c: 471c70f
h: refs/heads/master
i:
  196611: 47d58ec
v: v3
  • Loading branch information
Torez Smith authored and Josh Boyer committed May 5, 2010
1 parent a289a90 commit c3f2503
Show file tree
Hide file tree
Showing 2 changed files with 5 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: cb694769f0d0c1f6fb8c9dc806c0a68da1056055
refs/heads/master: 471c70ff39809af783c7718defe574a9ba81dd26
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/kernel/head_booke.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef __HEAD_BOOKE_H__
#define __HEAD_BOOKE_H__

#include <asm/ptrace.h> /* for STACK_FRAME_REGS_MARKER */
/*
* Macros used for common Book-e exception handling
*/
Expand Down Expand Up @@ -48,6 +49,9 @@
stw r10,0(r11); \
rlwinm r9,r9,0,14,12; /* clear MSR_WE (necessary?) */\
stw r0,GPR0(r11); \
lis r10, STACK_FRAME_REGS_MARKER@ha;/* exception frame marker */ \
addi r10, r10, STACK_FRAME_REGS_MARKER@l; \
stw r10, 8(r11); \
SAVE_4GPRS(3, r11); \
SAVE_2GPRS(7, r11)

Expand Down

0 comments on commit c3f2503

Please sign in to comment.