Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20299
b: refs/heads/master
c: 387a154
h: refs/heads/master
i:
  20297: cf1fe83
  20295: 542f308
v: v3
  • Loading branch information
Thomas Koeller authored and Ralf Baechle committed Feb 14, 2006
1 parent 2402a74 commit 4224fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 74a96d943ac96ce607a841a74ff0f84eeb0c3343
refs/heads/master: 387a154d0db113690ce85185a003e39e7c87009e
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/signal-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ get_sigframe(struct k_sigaction *ka, struct pt_regs *regs, size_t frame_size)
if ((ka->sa.sa_flags & SA_ONSTACK) && (sas_ss_flags (sp) == 0))
sp = current->sas_ss_sp + current->sas_ss_size;

return (void __user *)((sp - frame_size) & (ICACHE_REFILLS_WORKAROUND_WAR ? 32 : ALMASK));
return (void __user *)((sp - frame_size) & (ICACHE_REFILLS_WORKAROUND_WAR ? ~(cpu_icache_line_size()-1) : ALMASK));
}

static inline int install_sigtramp(unsigned int __user *tramp,
Expand Down

0 comments on commit 4224fa0

Please sign in to comment.