cvs commit: src/sys/dev/netif/fxp if_fxp.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Tue May 31 01:24:15 PDT 2005
joerg 2005/05/31 01:23:29 PDT
DragonFly src repository
Modified files:
sys/dev/netif/fxp if_fxp.c
Log:
Remove __inline hints, let the compiler figure out the details.
This prevents GCC 3.4.4 from inline fxp_scb_wait, but since we access
external memory anyway, the calling overhead doesn't matter.
Revision Changes Path
1.31 +9 -9 src/sys/dev/netif/fxp/if_fxp.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/fxp/if_fxp.c.diff?r1=1.30&r2=1.31&f=u
More information about the Commits
mailing list