diff options
Diffstat (limited to 'arch/sh/cpu/sh3')
-rw-r--r-- | arch/sh/cpu/sh3/cpu.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/cpu/sh3/cpu.c b/arch/sh/cpu/sh3/cpu.c index 494f908..ea0006a 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); -} |