MIPS: Add an unreachable return statement to satisfy buggy GCCs.
It was reported that GCC-4.3.3 (with CodeSourcery extensions) fails without this. Reported-by: Jonas Gorski <jonas.gorski@gmail.com> Signed-off-by: David Daney <ddaney@caviumnetworks.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2010/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
committed by
Ralf Baechle
parent
b9f07eb2f2
commit
e1c87d2a55
@@ -109,6 +109,8 @@ static bool scratchpad_available(void)
|
|||||||
static int scratchpad_offset(int i)
|
static int scratchpad_offset(int i)
|
||||||
{
|
{
|
||||||
BUG();
|
BUG();
|
||||||
|
/* Really unreachable, but evidently some GCC want this. */
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user