mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
MIPS: Make flush_thread
Avoids function calls to an empty function. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
5d3c792583
commit
04cc89d120
2 changed files with 4 additions and 4 deletions
|
@ -77,10 +77,6 @@ void exit_thread(void)
|
|||
{
|
||||
}
|
||||
|
||||
void flush_thread(void)
|
||||
{
|
||||
}
|
||||
|
||||
int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src)
|
||||
{
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue