Date: Wed, 4 Dec 2002 12:48:08 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 21929 for review Message-ID: <200212042048.gB4Km8xf090995@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=21929 Change 21929 by jhb@jhb_laptop on 2002/12/04 12:47:57 Bah, use right value for all-incl-self IPI. Also, the INIT level-deassert is level triggered. Affected files ... .. //depot/projects/smpng/sys/i386/i386/mp_machdep.c#34 edit Differences ... ==== //depot/projects/smpng/sys/i386/i386/mp_machdep.c#34 (text+ko) ==== @@ -2162,7 +2162,7 @@ /* spin */ ; /* do an INIT IPI: deassert RESET */ - lapic.icr_lo = icr_lo | 0x00020500; + lapic.icr_lo = icr_lo | 0x00088500; /* wait for pending status end */ u_sleep(10000); /* wait ~10mS */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212042048.gB4Km8xf090995>
