Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101779
b: refs/heads/master
c: b887ec6
h: refs/heads/master
i:
  101777: 96fcf2b
  101775: efbbbe7
v: v3
  • Loading branch information
Michael Neuling authored and Benjamin Herrenschmidt committed Jul 9, 2008
1 parent 962d395 commit 2704589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c1cb299ead405f0ac065c4430729549b187e5b32
refs/heads/master: b887ec620a7575f54fa025d38fa1008dc8a3b12a
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/kernel/align.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ static int emulate_multiple(struct pt_regs *regs, unsigned char __user *addr,
* Only POWER6 has these instructions, and it does true little-endian,
* so we don't need the address swizzling.
*/
static int emulate_fp_pair(struct pt_regs *regs, unsigned char __user *addr,
unsigned int reg, unsigned int flags)
static int emulate_fp_pair(unsigned char __user *addr, unsigned int reg,
unsigned int flags)
{
char *ptr = (char *) &current->thread.TS_FPR(reg);
int i, ret;
Expand Down Expand Up @@ -759,7 +759,7 @@ int fix_alignment(struct pt_regs *regs)

/* Special case for 16-byte FP loads and stores */
if (nb == 16)
return emulate_fp_pair(regs, addr, reg, flags);
return emulate_fp_pair(addr, reg, flags);

/* If we are loading, get the data from user space, else
* get it from register values
Expand Down

0 comments on commit 2704589

Please sign in to comment.