From owner-p4-projects Tue Nov 26 9:13:52 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6A76E37B404; Tue, 26 Nov 2002 09:13:50 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 164E837B401 for ; Tue, 26 Nov 2002 09:13:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C607143E88 for ; Tue, 26 Nov 2002 09:13:49 -0800 (PST) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAQHAFmV088184 for ; Tue, 26 Nov 2002 09:10:15 -0800 (PST) (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAQHAE8D088176 for perforce@freebsd.org; Tue, 26 Nov 2002 09:10:14 -0800 (PST) Date: Tue, 26 Nov 2002 09:10:14 -0800 (PST) Message-Id: <200211261710.gAQHAE8D088176@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 21535 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=21535 Change 21535 by jhb@jhb_laptop on 2002/11/26 09:09:45 Try doing both startup IPI's. Affected files ... .. //depot/projects/smpng/sys/i386/i386/mp_machdep.c#31 edit Differences ... ==== //depot/projects/smpng/sys/i386/i386/mp_machdep.c#31 (text+ko) ==== @@ -2141,14 +2141,12 @@ /* used as a watchpoint to signal AP startup */ cpus = mp_ncpus; -#if 0 /* * first we do an INIT/RESET IPI this INIT IPI might be run, reseting * and running the target CPU. OR this INIT IPI might be latched (P5 * bug), CPU waiting for STARTUP IPI. OR this INIT IPI might be * ignored. */ -#endif /* setup the address for the target AP */ icr_hi = lapic.icr_hi & ~APIC_ID_MASK; @@ -2188,7 +2186,6 @@ /* spin */ ; u_sleep(200); /* wait ~200uS */ -#if 0 /* * finally we do a 2nd STARTUP IPI: this 2nd STARTUP IPI should run IF * the previous STARTUP IPI was cancelled by a latched INIT IPI. OR @@ -2200,7 +2197,6 @@ while (lapic.icr_lo & APIC_DELSTAT_MASK) /* spin */ ; u_sleep(200); /* wait ~200uS */ -#endif /* wait for it to start */ set_apic_timer(5000000);/* == 5 seconds */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message