Date: Tue, 26 Nov 2002 08:26:20 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 21533 for review Message-ID: <200211261626.gAQGQKU3085291@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=21533 Change 21533 by jhb@jhb_laptop on 2002/11/26 08:25:55 Oops, need to set icr_lo's value. Affected files ... .. //depot/projects/smpng/sys/i386/i386/mp_machdep.c#29 edit Differences ... ==== //depot/projects/smpng/sys/i386/i386/mp_machdep.c#29 (text+ko) ==== @@ -2155,9 +2155,9 @@ icr_hi |= (physical_cpu << 24); lapic.icr_hi = icr_hi; -#if 0 /* do an INIT IPI: assert RESET */ icr_lo = lapic.icr_lo & 0xfff00000; +#if 0 lapic.icr_lo = icr_lo | 0x0000c500; /* wait for pending status end */ 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?200211261626.gAQGQKU3085291>