public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* Exynos induced build error with recent arm-soc
@ 2014-06-02 23:42 Russell King - ARM Linux
  2014-06-03  4:03 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Russell King - ARM Linux @ 2014-06-02 23:42 UTC (permalink / raw)
  To: linux-arm-kernel

Spotted with a randconfig today:

arch/arm/mach-exynos/built-in.o: In function `exynos_set_cpu_boot_addr':
pm_domains.c:(.text+0x19c): undefined reference to `sysram_ns_base_addr'
arch/arm/mach-exynos/built-in.o:(.data+0x94): undefined reference to `exynos_enter_aftr'

This should be fixed before the merge window...

The failing .config is:

http://www.arm.linux.org.uk/developer/build/file.php?lid=8598

and the resulting build log with errors:

http://www.arm.linux.org.uk/developer/build/result.php?type=log&cid=3001&lid=8600&format=build

Thanks.

-- 
FTTC broadband for 0.8mile line: now at 9.7Mbps down 460kbps up... slowly
improving, and getting towards what was expected from it.

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

* Exynos induced build error with recent arm-soc
  2014-06-02 23:42 Exynos induced build error with recent arm-soc Russell King - ARM Linux
@ 2014-06-03  4:03 ` Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2014-06-03  4:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jun 2, 2014 at 4:42 PM, Russell King - ARM Linux
<linux@arm.linux.org.uk> wrote:
> Spotted with a randconfig today:
>
> arch/arm/mach-exynos/built-in.o: In function `exynos_set_cpu_boot_addr':
> pm_domains.c:(.text+0x19c): undefined reference to `sysram_ns_base_addr'
> arch/arm/mach-exynos/built-in.o:(.data+0x94): undefined reference to `exynos_enter_aftr'
>
> This should be fixed before the merge window...
>
> The failing .config is:
>
> http://www.arm.linux.org.uk/developer/build/file.php?lid=8598
>
> and the resulting build log with errors:
>
> http://www.arm.linux.org.uk/developer/build/result.php?type=log&cid=3001&lid=8600&format=build
>
> Thanks.

Ah, yes, definitely needs fixing. Looks like sysram_base_addr can
cause similar problems if CONFIG_SUSPEND -> CONFIG_PM_SLEEP is enabled
on !SMP.

The setup (and location) for these variables need to be moved out of
platsmp.c. exynos.c seems like as good a place as any in this case.
I'll post a patch separately in a few minutes.


-Olof

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

end of thread, other threads:[~2014-06-03  4:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 23:42 Exynos induced build error with recent arm-soc Russell King - ARM Linux
2014-06-03  4:03 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox