diff mbox series

microblaze: delete wrong comment about machine_early_init

Message ID 1532828293-20074-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 9fe37714c13cd7bc35e8e335b626090306e5efa6
Headers show
Series microblaze: delete wrong comment about machine_early_init | expand

Commit Message

Masahiro Yamada July 29, 2018, 1:38 a.m. UTC
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>

---

 arch/microblaze/kernel/head.S | 5 -----
 1 file changed, 5 deletions(-)

-- 
2.7.4

Comments

Michal Simek July 30, 2018, 6:34 a.m. UTC | #1
On 29.7.2018 03:38, Masahiro Yamada wrote:
> 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>

> ---

> 

>  arch/microblaze/kernel/head.S | 5 -----

>  1 file changed, 5 deletions(-)

> 

> diff --git a/arch/microblaze/kernel/head.S b/arch/microblaze/kernel/head.S

> index 4655ff3..f264fdc 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

> 


Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs
diff mbox series

Patch

diff --git a/arch/microblaze/kernel/head.S b/arch/microblaze/kernel/head.S
index 4655ff3..f264fdc 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