[PATCH 3/6] e1000: convert regtest macro's to functions

2007-11-13 Thread Auke Kok
Minimal macro to function conversion in e1000_ethtool.c Adds functions reg_pattern_test and reg_set_and_check Changes REG_PATTERN_TEST and REG_SET_AND_CHECK macros to call these functions. Saves ~2.5KB Compiled x86, untested (no hardware) old: $ size drivers/net/e1000/e1000_ethtool.o text

Re: [PATCH 3/6] e1000: convert regtest macro's to functions

2007-11-13 Thread David Miller
From: Auke Kok [EMAIL PROTECTED] Date: Tue, 13 Nov 2007 15:11:23 -0800 Minimal macro to function conversion in e1000_ethtool.c Adds functions reg_pattern_test and reg_set_and_check Changes REG_PATTERN_TEST and REG_SET_AND_CHECK macros to call these functions. Saves ~2.5KB Compiled