Commit e0c1b62f authored by Russell King's avatar Russell King

[ARM] Fix gcc3 multi-line string literal build error.

parent a9f3a7f0
......@@ -26,7 +26,7 @@ static inline void arch_idle(void)
{
clps_writel(1, HALT);
__asm__ __volatile__(
"mov r0, r0
"mov r0, r0\n\
mov r0, r0");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment