Re: [U-Boot] [PATCH v3 10/54] debug_uart: Remove use of asmlinkage

2015-07-17 Thread Simon Glass
On 23 June 2015 at 15:38, Simon Glass s...@chromium.org wrote: This does not actually help any current arch. For x86 it makes it harder to call (requires stack) and for ARM it has no effect. Drop it. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: None Changes in v2: None

[U-Boot] [PATCH v3 10/54] debug_uart: Remove use of asmlinkage

2015-06-23 Thread Simon Glass
This does not actually help any current arch. For x86 it makes it harder to call (requires stack) and for ARM it has no effect. Drop it. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: None Changes in v2: None include/debug_uart.h | 22 ++ 1 file changed, 10