mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 23:40:55 +07:00
serial/jsm: Deinline neo_parse_isr, save 688 bytes
This function compiles to 811 bytes of machine code. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> CC: Jiri Slaby <jslaby@suse.com> CC: linux-serial@vger.kernel.org Reviewed-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1a5b34ebeb
commit
6d70f46ba0
@ -714,7 +714,7 @@ static void neo_clear_break(struct jsm_channel *ch)
|
||||
/*
|
||||
* Parse the ISR register.
|
||||
*/
|
||||
static inline void neo_parse_isr(struct jsm_board *brd, u32 port)
|
||||
static void neo_parse_isr(struct jsm_board *brd, u32 port)
|
||||
{
|
||||
struct jsm_channel *ch;
|
||||
u8 isr;
|
||||
|
Loading…
Reference in New Issue
Block a user