diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-05-06 07:50:41 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-16 07:47:47 -0400 |
commit | c0b81e003678b983fbe652316a83413d59c8032c (patch) | |
tree | db8dc73fbf6af3817a9de9c994776a0a3440fd92 /arch/frv/kernel | |
parent | e3ccbc3444b8c8119e63934aeea0c651ed1c41a0 (diff) |
frv: head.S - Remove commented-out initialization code
The commented-out calls to processor_init() and unit_init() seem to have
been copied from mn10300, when starting the frv port. Remove them.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/frv/kernel')
-rw-r--r-- | arch/frv/kernel/head.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/frv/kernel/head.S b/arch/frv/kernel/head.S index e9a8cc63ac94..a7d0bea9c036 100644 --- a/arch/frv/kernel/head.S +++ b/arch/frv/kernel/head.S | |||
@@ -479,11 +479,6 @@ __head_mmu_enabled: | |||
479 | 479 | ||
480 | LEDS 0x000c | 480 | LEDS 0x000c |
481 | 481 | ||
482 | # initialise the processor and the peripherals | ||
483 | #call SYMBOL_NAME(processor_init) | ||
484 | #call SYMBOL_NAME(unit_init) | ||
485 | #LEDS 0x0aff | ||
486 | |||
487 | sethi.p #0xe5e5,gr3 | 482 | sethi.p #0xe5e5,gr3 |
488 | setlo #0xe5e5,gr3 | 483 | setlo #0xe5e5,gr3 |
489 | or.p gr3,gr0,gr4 | 484 | or.p gr3,gr0,gr4 |