commit | 4d566063a799231b99d9a21128634ea78b89ab72 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Mon Sep 01 12:47:12 2008 +0100 |
committer | Jeff Garzik <jgarzik@redhat.com> | Wed Sep 03 09:53:45 2008 -0400 |
tree | b1d55d0c266b27f2438aec5888abd30c02749e59 | |
parent | 23d9e60b1ddc67ffedd77161ecff4895708088a4 [diff] |
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>