diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-29 10:38:13 +0900 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-07-30 08:33:04 +0200 |
commit | 9fe37714c13cd7bc35e8e335b626090306e5efa6 (patch) | |
tree | bc2eab505c240431079558ff81b88c8782eab292 /arch | |
parent | 0fbe9a245c60bedebb6dd329966f463bb724450a (diff) | |
download | blackbird-op-linux-9fe37714c13cd7bc35e8e335b626090306e5efa6.tar.gz blackbird-op-linux-9fe37714c13cd7bc35e8e335b626090306e5efa6.zip |
microblaze: delete wrong comment about machine_early_init
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/microblaze/kernel/head.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/microblaze/kernel/head.S b/arch/microblaze/kernel/head.S index 4655ff342c64..f264fdcf152a 100644 --- a/arch/microblaze/kernel/head.S +++ b/arch/microblaze/kernel/head.S @@ -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 |