Arnd Bergmann bd99f9a159 arm64: fix undefined reference to 'printk'
The printk symbol was intended as a generic address that is always
exported, however that turned out to be false with CONFIG_PRINTK=n:

ERROR: "printk" [arch/arm64/kernel/arm64-reloc-test.ko] undefined!

This changes the references to memstart_addr, which should be there
regardless of configuration.

Fixes: a257e02579e4 ("arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419")
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Will Deacon <will.deacon@arm.com>
2018-03-19 18:14:25 +00:00
..
2017-11-15 10:56:56 -08:00
2012-09-17 13:42:21 +01:00
2018-02-09 09:44:25 -08:00
2018-02-08 10:44:25 -08:00
2016-05-16 17:17:24 -07:00
2017-07-05 17:09:27 -07:00
2018-01-13 10:45:03 +00:00
2018-01-13 10:45:10 +00:00
2016-04-20 12:22:42 +01:00
2017-08-09 12:16:28 +01:00