microblaze: delete wrong comment about machine_early_init
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 29 Jul 2018 01:38:13 +0000 (10:38 +0900)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 30 Jul 2018 06:33:04 +0000 (08:33 +0200)
machine_early_init is defined in arch/microblaze/kernel/setup.c
I do not see mach-* directory for MicroBlaze.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/kernel/head.S

index 4655ff3..f264fdc 100644 (file)
@@ -341,11 +341,6 @@ start_here:
        /* Initialize r31 with current task address */
        addik   r31, r0, init_task
 
-       /*
-        * Call platform dependent initialize function.
-        * Please see $(ARCH)/mach-$(SUBARCH)/setup.c for
-        * the function.
-        */
        addik   r11, r0, machine_early_init
        brald   r15, r11
        nop