diff options
author | dim <dim@FreeBSD.org> | 2013-10-07 16:56:56 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2013-10-07 16:56:56 +0000 |
commit | 1b35fd5d4ca1f6891cb4f76752f514602544b157 (patch) | |
tree | 8332895a7d272ed21aa118ca5df3ed56a9143e5d /sys/dev/cxgbe/t4_sge.c | |
parent | caf549fc9f1bec1d9aee96760d015ffc6821b7ae (diff) | |
download | FreeBSD-src-1b35fd5d4ca1f6891cb4f76752f514602544b157.zip FreeBSD-src-1b35fd5d4ca1f6891cb4f76752f514602544b157.tar.gz |
Remove redundant declaration of cpu_clflush_line_size in
sys/dev/cxgbe/t4_sge.c, to silence a gcc warning.
Approved by: re (gjb)
MFC after: 3 days
Diffstat (limited to 'sys/dev/cxgbe/t4_sge.c')
-rw-r--r-- | sys/dev/cxgbe/t4_sge.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/cxgbe/t4_sge.c b/sys/dev/cxgbe/t4_sge.c index 776b6c5..417843c 100644 --- a/sys/dev/cxgbe/t4_sge.c +++ b/sys/dev/cxgbe/t4_sge.c @@ -215,10 +215,6 @@ static int handle_fw_msg(struct sge_iq *, const struct rss_header *, static int sysctl_uint16(SYSCTL_HANDLER_ARGS); -#if defined(__i386__) || defined(__amd64__) -extern u_int cpu_clflush_line_size; -#endif - /* * Called on MOD_LOAD. Validates and calculates the SGE tunables. */ |