aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-11 01:53:51 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-01-27 23:18:44 -0500
commitb613881ead41c8fc2e1413aeb6ef8f021f00c1e7 (patch)
tree077a1bcf23dfbe5a6f5616dd3824cfd1026cefd9
parentacb499f0ddfbea1176a70d93eb53943c325a073b (diff)
sh: flush_cache_sigtramp() takes 1 arg only.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--arch/sh/kernel/signal_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/signal_64.c b/arch/sh/kernel/signal_64.c
index 96ba81f324be..069fb6083646 100644
--- a/arch/sh/kernel/signal_64.c
+++ b/arch/sh/kernel/signal_64.c
@@ -481,7 +481,7 @@ static void setup_frame(int sig, struct k_sigaction *ka,
481 goto give_sigsegv; 481 goto give_sigsegv;
482 482
483 /* Cohere the trampoline with the I-cache. */ 483 /* Cohere the trampoline with the I-cache. */
484 flush_cache_sigtramp(DEREF_REG_PR-1, DEREF_REG_PR-1+16); 484 flush_cache_sigtramp(DEREF_REG_PR-1);
485 } 485 }
486 486
487 /* 487 /*