summaryrefslogtreecommitdiff
path: root/arch/sh/cpu/sh3/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/cpu/sh3/cpu.c')
-rw-r--r--arch/sh/cpu/sh3/cpu.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/cpu/sh3/cpu.c b/arch/sh/cpu/sh3/cpu.c
index 494f908f64..ea0006a650 100644
--- a/arch/sh/cpu/sh3/cpu.c
+++ b/arch/sh/cpu/sh3/cpu.c
@@ -66,9 +66,3 @@ int dcache_status(void)
{
return 0;
}
-
-void relocate_code(ulong start_addr_sp, gd_t *new_gd, ulong relocaaddr)
-{
- /* TODO(sh maintainer): Implement this */
- while (1);
-}