Re: [PATCH 0/8] drivers/tty/: Deinline functions when it saves at least 300 bytes per function

From: Peter Hurley
Date: Tue Oct 27 2015 - 13:02:52 EST


On 10/27/2015 12:39 PM, Denys Vlasenko wrote:
> Denys Vlasenko (8):
> tty/cyclades.c: Deinline cyy_readb, save 368 bytes
> tty/cyclades.c: Deinline cyy_writeb, save 880 bytes
> tty/cyclades.c: Deinline serial_paranoia_check, save 304 bytes
> tty/isicom.c: Deinline WaitTillCardIsFree, save 1120 bytes
> tty/serial/bcm63xx_uart.c: Deinline wait_for_xmitr, save 374 bytes
> tty/serial/jsm/jsm_neo.c: Deinline neo_parse_isr, save 688 bytes
> tty/serial/serial_core.c: Deinline uart_update_mctrl, save 304 bytes
> tty/tty_ldisc.c: Deinline tty_ldisc_put, save 368 bytes
>
> drivers/tty/cyclades.c | 6 +++---
> drivers/tty/isicom.c | 2 +-
> drivers/tty/serial/bcm63xx_uart.c | 2 +-
> drivers/tty/serial/jsm/jsm_neo.c | 2 +-
> drivers/tty/serial/serial_core.c | 2 +-
> drivers/tty/tty_ldisc.c | 2 +-
> 6 files changed, 8 insertions(+), 8 deletions(-)

For series,

Reviewed-by: Peter Hurley <peter@xxxxxxxxxxxxxxxxxx>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/