[PATCH 3/3] ARM: early_printk: use printascii() rather than printch()
Chris Brandt
Chris.Brandt at renesas.com
Thu Nov 2 08:25:59 PDT 2017
On Thursday, November 02, 2017 1, Robin Murphy wrote:
> >
> > They all fail, including the version that looks like the one you have.
>
> Note that for UAL syntax, GAS follows the ARM ARM recommendation and
> considers the '#' on immediate values optional everywhere. I'm going to
> hazard a guess that Chris might be building a Thumb-2 kernel or somehow
> otherwise has ARM_ASM_UNIFIED turned on.
Correct.
$ grep THUMB2 .config
CONFIG_THUMB2_KERNEL=y
$ grep UNIFIED .config
CONFIG_ARM_ASM_UNIFIED=y
More information about the linux-arm-kernel
mailing list