提交 b613881e 编写于 作者: P Paul Mundt

sh: flush_cache_sigtramp() takes 1 arg only.

Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册