summaryrefslogtreecommitdiffstats
path: root/sys/net/if_llatbl.h
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2013-05-06 16:42:18 +0000
committerandre <andre@FreeBSD.org>2013-05-06 16:42:18 +0000
commitcc8c6e4d0185c640c9d03ed2804e3020ff84fed0 (patch)
treebc5a2ce870d8be82a3e6edc11f23760b66ef0c33 /sys/net/if_llatbl.h
parent1734db112abe08b1a5ac14f46a78473dc350eb64 (diff)
downloadFreeBSD-src-cc8c6e4d0185c640c9d03ed2804e3020ff84fed0.zip
FreeBSD-src-cc8c6e4d0185c640c9d03ed2804e3020ff84fed0.tar.gz
Back out r249318, r249320 and r249327 due to a heisenbug most
likely related to a race condition in the ipi_hash_lock with the exact cause currently unknown but under investigation.
Diffstat (limited to 'sys/net/if_llatbl.h')
-rw-r--r--sys/net/if_llatbl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_llatbl.h b/sys/net/if_llatbl.h
index e09145c..693ccd5 100644
--- a/sys/net/if_llatbl.h
+++ b/sys/net/if_llatbl.h
@@ -43,7 +43,7 @@ struct rt_addrinfo;
struct llentry;
LIST_HEAD(llentries, llentry);
-extern struct rwlock_padalign lltable_rwlock;
+extern struct rwlock lltable_rwlock;
#define LLTABLE_RLOCK() rw_rlock(&lltable_rwlock)
#define LLTABLE_RUNLOCK() rw_runlock(&lltable_rwlock)
#define LLTABLE_WLOCK() rw_wlock(&lltable_rwlock)
OpenPOWER on IntegriCloud