summaryrefslogtreecommitdiffstats
path: root/sys/dev/sfxge/sfxge.h
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2011-11-19 09:16:52 +0000
committerphilip <philip@FreeBSD.org>2011-11-19 09:16:52 +0000
commit57eff55b88ea3dc6a4a8cc80becb3dc21dcbf80c (patch)
treecb773e93a45d7e1a0188925c8eebdf4823ef5905 /sys/dev/sfxge/sfxge.h
parent36c823591d5d5d18919e46977f060dafaf2aa245 (diff)
downloadFreeBSD-src-57eff55b88ea3dc6a4a8cc80becb3dc21dcbf80c.zip
FreeBSD-src-57eff55b88ea3dc6a4a8cc80becb3dc21dcbf80c.tar.gz
sfxge: Remove interrupt self-test code
It's not currently used; it didn't build on 32-bit and the previous build fix is incorrect. If we really implement self-tests we can do this again properly. Submitted by: Ben Hutchings <bwh -at- solarflare.com> MFC after: 3 weeks
Diffstat (limited to 'sys/dev/sfxge/sfxge.h')
-rw-r--r--sys/dev/sfxge/sfxge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sfxge/sfxge.h b/sys/dev/sfxge/sfxge.h
index 4b6d19a..2d3e042 100644
--- a/sys/dev/sfxge/sfxge.h
+++ b/sys/dev/sfxge/sfxge.h
@@ -144,7 +144,6 @@ struct sfxge_intr {
int n_alloc;
int type;
efsys_mem_t status;
- uint64_t mask;
uint32_t zero_count;
};
OpenPOWER on IntegriCloud