Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88337
b: refs/heads/master
c: cf39cc3
h: refs/heads/master
i:
  88335: 2c5d6da
v: v3
  • Loading branch information
Kyle McMartin authored and Linus Torvalds committed Apr 15, 2008
1 parent 3c7e5c5 commit 4d58746
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 093a07e2fdfaddab7fc7d4adc76cc569c86603d7
refs/heads/master: cf39cc3b56bc4a562db6242d3069f65034ec7549
3 changes: 2 additions & 1 deletion trunk/arch/parisc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,8 @@ insert_restart_trampoline(struct pt_regs *regs)
* Flushing one cacheline is cheap.
* "sync" on bigger (> 4 way) boxes is not.
*/
flush_icache_range(regs->gr[30], regs->gr[30] + 4);
flush_user_dcache_range(regs->gr[30], regs->gr[30] + 4);
flush_user_icache_range(regs->gr[30], regs->gr[30] + 4);

regs->gr[31] = regs->gr[30] + 8;
/* Preserve original r28. */
Expand Down

0 comments on commit 4d58746

Please sign in to comment.