From e46af1289e9c09b940afb79ba2235954cdcf1a16 Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Mon, 4 Dec 2006 01:53:40 +0000 Subject: [PATCH] Remove the HME_LOCK_ASSERT() in hme_mifinit(), which was added in the previous revision; it's actually ok when invoking hme_mifinit() from hme_config() without the lock held. --- sys/dev/hme/if_hme.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/hme/if_hme.c b/sys/dev/hme/if_hme.c index 61b021ff3e6..011d3e90455 100644 --- a/sys/dev/hme/if_hme.c +++ b/sys/dev/hme/if_hme.c @@ -1354,7 +1354,6 @@ hme_mifinit(struct hme_softc *sc) { u_int32_t v; - HME_LOCK_ASSERT(sc, MA_OWNED); /* * Configure the MIF in frame mode, polling disabled, internal PHY * selected.