Re: [PATCH] - e1000e/ethtool.c - convert macros to functions

2007-11-01 Thread Kok, Auke
Joe Perches wrote: > Add functions for reg_pattern_test and reg_set_and check > Changed macros to use these functions > > Compiled x86, untested > > Size decreased ~2K > > old: > > $ size drivers/net/e1000e/ethtool.o >textdata bss dec hex filename > 14461 0 0

[PATCH] - e1000e/ethtool.c - convert macros to functions

2007-10-31 Thread Joe Perches
Add functions for reg_pattern_test and reg_set_and check Changed macros to use these functions Compiled x86, untested Size decreased ~2K old: $ size drivers/net/e1000e/ethtool.o textdata bss dec hex filename 14461 0 0 14461387d drivers/net/e1000e/ethtool.o