[PATCH 1/3] ARM: CSR: Adding CSR SiRFprimaII board support
Russell King - ARM Linux
linux at arm.linux.org.uk
Fri Jul 8 05:03:02 EDT 2011
On Fri, Jul 08, 2011 at 10:18:57AM +0800, Barry Song wrote:
> simply adding a UL suffix will make compiling fail since
> arch/arm/kernel/debug.S will refer to the macro calculating virtual
> address of SIRFSOC_UART1_VA_BASE and UL is not legal in asm.
A solution for VMALLOC_END would be to include linux/const.h and use
_AC(value, UL). I think you're the only one who bases their IO
addressing off VMALLOC_END.
More information about the linux-arm-kernel
mailing list