Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339197
b: refs/heads/master
c: 88a24cf
h: refs/heads/master
i:
  339195: 53688b2
v: v3
  • Loading branch information
Will Deacon authored and Catalin Marinas committed Nov 23, 2012
1 parent 990519f commit 6065f37
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: b64e1c6139c5007b7773b0ce416ef9ea035e8724
refs/heads/master: 88a24cffad7d98f16de52fe5dd2d71f64cb21585
6 changes: 3 additions & 3 deletions trunk/arch/arm64/kernel/signal32.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,9 +578,9 @@ asmlinkage int compat_sys_rt_sigreturn(struct pt_regs *regs)
return 0;
}

static inline void __user *compat_get_sigframe(struct k_sigaction *ka,
struct pt_regs *regs,
int framesize)
static void __user *compat_get_sigframe(struct k_sigaction *ka,
struct pt_regs *regs,
int framesize)
{
compat_ulong_t sp = regs->compat_sp;
void __user *frame;
Expand Down

0 comments on commit 6065f37

Please sign in to comment.