* [PATCH] ARM: shmobile: fix sleep-r8a7740.S miscompiles
@ 2013-05-08 12:18 Arnd Bergmann
2013-05-09 3:25 ` Simon Horman
0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2013-05-08 12:18 UTC (permalink / raw)
To: linux-arm-kernel
The newly added sleep-r8a7740.S file in shmobile does not
actually build because of renamed symbols.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Bastian Hecht <hechtb+renesas@gmail.com>
Cc: Simon Horman <horms+renesas@verge.net.au>
---
Simon, please apply to whichever branch of yours has the broken commit,
or fold this patch into Bastian's patch.
linux-next doesn't build for me because of this, mainline is still fine.
diff --git a/arch/arm/mach-shmobile/sleep-r8a7740.S b/arch/arm/mach-shmobile/sleep-r8a7740.S
index 435531b..982eacb 100644
--- a/arch/arm/mach-shmobile/sleep-r8a7740.S
+++ b/arch/arm/mach-shmobile/sleep-r8a7740.S
@@ -32,7 +32,7 @@ ENTRY(r8a7740_shutdown)
wfi_loop:
bl cpu_v7_do_idle
b wfi_loop
-ENDPROC(r8a7740)
+ENDPROC(r8a7740_shutdown)
.text
ENTRY(v7_cpu_resume)
@@ -53,5 +53,5 @@ ENDPROC(v7_cpu_resume)
ENTRY(r8a7740_resume)
ldr pc, 1f
1: .long v7_cpu_resume - PAGE_OFFSET + PLAT_PHYS_OFFSET
-ENDPROC(r8a7740_resume_core_standby)
+ENDPROC(r8a7740_resume)
#endif
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: shmobile: fix sleep-r8a7740.S miscompiles
2013-05-08 12:18 [PATCH] ARM: shmobile: fix sleep-r8a7740.S miscompiles Arnd Bergmann
@ 2013-05-09 3:25 ` Simon Horman
2013-05-09 4:20 ` Simon Horman
0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2013-05-09 3:25 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, May 08, 2013 at 02:18:04PM +0200, Arnd Bergmann wrote:
> The newly added sleep-r8a7740.S file in shmobile does not
> actually build because of renamed symbols.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Cc: Bastian Hecht <hechtb+renesas@gmail.com>
> Cc: Simon Horman <horms+renesas@verge.net.au>
> ---
>
> Simon, please apply to whichever branch of yours has the broken commit,
> or fold this patch into Bastian's patch.
>
> linux-next doesn't build for me because of this, mainline is still fine.
Sure, will do.
I am traveling today so I may not be able to deal with this
properly until tomorrow.
>
> diff --git a/arch/arm/mach-shmobile/sleep-r8a7740.S b/arch/arm/mach-shmobile/sleep-r8a7740.S
> index 435531b..982eacb 100644
> --- a/arch/arm/mach-shmobile/sleep-r8a7740.S
> +++ b/arch/arm/mach-shmobile/sleep-r8a7740.S
> @@ -32,7 +32,7 @@ ENTRY(r8a7740_shutdown)
> wfi_loop:
> bl cpu_v7_do_idle
> b wfi_loop
> -ENDPROC(r8a7740)
> +ENDPROC(r8a7740_shutdown)
>
> .text
> ENTRY(v7_cpu_resume)
> @@ -53,5 +53,5 @@ ENDPROC(v7_cpu_resume)
> ENTRY(r8a7740_resume)
> ldr pc, 1f
> 1: .long v7_cpu_resume - PAGE_OFFSET + PLAT_PHYS_OFFSET
> -ENDPROC(r8a7740_resume_core_standby)
> +ENDPROC(r8a7740_resume)
> #endif
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: shmobile: fix sleep-r8a7740.S miscompiles
2013-05-09 3:25 ` Simon Horman
@ 2013-05-09 4:20 ` Simon Horman
0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2013-05-09 4:20 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, May 09, 2013 at 12:25:44PM +0900, Simon Horman wrote:
> On Wed, May 08, 2013 at 02:18:04PM +0200, Arnd Bergmann wrote:
> > The newly added sleep-r8a7740.S file in shmobile does not
> > actually build because of renamed symbols.
> >
> > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> > Cc: Bastian Hecht <hechtb+renesas@gmail.com>
> > Cc: Simon Horman <horms+renesas@verge.net.au>
> > ---
> >
> > Simon, please apply to whichever branch of yours has the broken commit,
> > or fold this patch into Bastian's patch.
> >
> > linux-next doesn't build for me because of this, mainline is still fine.
>
> Sure, will do.
>
> I am traveling today so I may not be able to deal with this
> properly until tomorrow.
I have queued this up in the soc-r8a7740 branch, where the problem was
added. I have pushed this branch along with a refreshed next branch.
This change should appear in linux-next in the not to distant future.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-09 4:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08 12:18 [PATCH] ARM: shmobile: fix sleep-r8a7740.S miscompiles Arnd Bergmann
2013-05-09 3:25 ` Simon Horman
2013-05-09 4:20 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox