]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sfc: Removed forced inlining of long functions
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 1 Sep 2008 11:47:12 +0000 (12:47 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 3 Sep 2008 13:53:45 +0000 (09:53 -0400)
commit4d566063a799231b99d9a21128634ea78b89ab72
treeb1d55d0c266b27f2438aec5888abd30c02749e59
parent23d9e60b1ddc67ffedd77161ecff4895708088a4
sfc: Removed forced inlining of long functions

gcc will automatically inline static functions with only one caller, and
may inline other functions depending on the kernel configuration and size
of the intermediate code.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/sfc/efx.c
drivers/net/sfc/falcon.c
drivers/net/sfc/rx.c
drivers/net/sfc/tx.c