Date: Tue, 4 Jul 2006 05:04:44 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 100540 for review Message-ID: <200607040504.k6454iGt092362@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100540 Change 100540 by kmacy@kmacy_storage:sun4v_work_stable on 2006/07/04 05:04:40 bump up ipi timeout Affected files ... .. //depot/projects/kmacy_sun4v_stable/src/sys/sun4v/sun4v/pmap.c#7 edit Differences ... ==== //depot/projects/kmacy_sun4v_stable/src/sys/sun4v/sun4v/pmap.c#7 (text+ko) ==== @@ -1271,9 +1271,9 @@ (uint64_t)arg2, (uint64_t *)&ackmask); while (ackmask != curactive) { - DELAY(1); + membar(Sync); i++; - if (i > 1000000) + if (i > 10000000) panic(" ackmask=0x%x active=0x%x\n", ackmask, curactive); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607040504.k6454iGt092362>