All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] microblaze: delete wrong comment about machine_early_init
@ 2018-07-29  1:38 Masahiro Yamada
  2018-07-30  6:34 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2018-07-29  1:38 UTC (permalink / raw)
  To: Michal Simek; +Cc: Masahiro Yamada, linux-kernel

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
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] microblaze: delete wrong comment about machine_early_init
  2018-07-29  1:38 [PATCH] microblaze: delete wrong comment about machine_early_init Masahiro Yamada
@ 2018-07-30  6:34 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2018-07-30  6:34 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1145 bytes --]

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



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-30  6:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-29  1:38 [PATCH] microblaze: delete wrong comment about machine_early_init Masahiro Yamada
2018-07-30  6:34 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.