Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70883
b: refs/heads/master
c: 081c11a
h: refs/heads/master
i:
  70881: 606e707
  70879: 6a48907
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Paul Mackerras committed Oct 17, 2007
1 parent 3959aec commit c6241e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 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: f66bce5e6aa1388289c04496c3fcae7bebf5f905
refs/heads/master: 081c11a5d0cc24ab58adc7de2ddf209149bf176f
11 changes: 7 additions & 4 deletions trunk/arch/powerpc/kernel/vdso64/sigtramp.S
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,16 @@ V_FUNCTION_END(__kernel_sigtramp_rt64)
9:

/* This is where the pt_regs pointer can be found on the stack. */
#define PTREGS 128+168+56
#define PTREGS 128+168+56

/* Size of regs. */
#define RSIZE 8
#define RSIZE 8

/* Size of CR reg in DWARF unwind info. */
#define CRSIZE 4

/* This is the offset of the VMX reg pointer. */
#define VREGS 48*RSIZE+33*8
#define VREGS 48*RSIZE+33*8

/* Describe where general purpose regs are saved. */
#define EH_FRAME_GEN \
Expand Down Expand Up @@ -178,7 +181,7 @@ V_FUNCTION_END(__kernel_sigtramp_rt64)
rsave (31, 31*RSIZE); \
rsave (67, 32*RSIZE); /* ap, used as temp for nip */ \
rsave (65, 36*RSIZE); /* lr */ \
rsave (70, 38*RSIZE) /* cr */
rsave (70, 38*RSIZE + (RSIZE - CRSIZE)) /* cr */

/* Describe where the FP regs are saved. */
#define EH_FRAME_FP \
Expand Down

0 comments on commit c6241e8

Please sign in to comment.