Re: [PATCH 08/15] serial/omap-serial: Deinline wait_for_xmitr, save 165 bytes

2015-10-27 Thread Peter Hurley
On 10/27/2015 01:46 PM, Denys Vlasenko wrote: > This function compiles to 141 bytes of machine code. Reviewed-by: Peter Hurley -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH 08/15] serial/omap-serial: Deinline wait_for_xmitr, save 165 bytes

2015-10-27 Thread Denys Vlasenko
This function compiles to 141 bytes of machine code. Signed-off-by: Denys Vlasenko CC: Greg Kroah-Hartman CC: Peter Hurley CC: Jiri Slaby CC: linux-ser...@vger.kernel.org --- drivers/tty/serial/omap-serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH 08/15] serial/omap-serial: Deinline wait_for_xmitr, save 165 bytes

2015-10-27 Thread Peter Hurley
On 10/27/2015 01:46 PM, Denys Vlasenko wrote: > This function compiles to 141 bytes of machine code. Reviewed-by: Peter Hurley -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

[PATCH 08/15] serial/omap-serial: Deinline wait_for_xmitr, save 165 bytes

2015-10-27 Thread Denys Vlasenko
This function compiles to 141 bytes of machine code. Signed-off-by: Denys Vlasenko CC: Greg Kroah-Hartman CC: Peter Hurley CC: Jiri Slaby CC: linux-ser...@vger.kernel.org ---