projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acb499f
)
sh: flush_cache_sigtramp() takes 1 arg only.
author
Paul Mundt
<lethal@linux-sh.org>
Sun, 11 Nov 2007 06:53:51 +0000
(15:53 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:44 +0000
(13:18 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/signal_64.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/signal_64.c
b/arch/sh/kernel/signal_64.c
index
96ba81f
..
069fb60
100644
(file)
--- 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,
goto give_sigsegv;
/* Cohere the trampoline with the I-cache. */
- flush_cache_sigtramp(DEREF_REG_PR-1
, DEREF_REG_PR-1+16
);
+ flush_cache_sigtramp(DEREF_REG_PR-1);
}
/*