sh: flush_cache_sigtramp() takes 1 arg only.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2007-11-11 15:53:51 +09:00
parent acb499f0dd
commit b613881ead
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/*