aboutsummaryrefslogtreecommitdiff
path: root/src/arch/mips/stages.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/stages.c')
-rw-r--r--src/arch/mips/stages.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/mips/stages.c b/src/arch/mips/stages.c
index 54df7927da..e940faa6cb 100644
--- a/src/arch/mips/stages.c
+++ b/src/arch/mips/stages.c
@@ -20,9 +20,3 @@ void stage_entry(void)
{
main();
}
-
-void stage_exit(void *addr)
-{
- void (*doit)(void) = addr;
- doit();
-}