Commit b613881e authored by Paul Mundt's avatar Paul Mundt

sh: flush_cache_sigtramp() takes 1 arg only.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent acb499f0
...@@ -481,7 +481,7 @@ static void setup_frame(int sig, struct k_sigaction *ka, ...@@ -481,7 +481,7 @@ static void setup_frame(int sig, struct k_sigaction *ka,
goto give_sigsegv; goto give_sigsegv;
/* Cohere the trampoline with the I-cache. */ /* 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);
} }
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment