From owner-p4-projects@FreeBSD.ORG Fri Oct 29 21:12:26 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id DAC9616A4D0; Fri, 29 Oct 2004 21:12:25 +0000 (GMT) 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 B584216A4CE for ; Fri, 29 Oct 2004 21:12:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8687C43D1D for ; Fri, 29 Oct 2004 21:12:25 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9TLCP41099705 for ; Fri, 29 Oct 2004 21:12:25 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9TLCPY2099702 for perforce@freebsd.org; Fri, 29 Oct 2004 21:12:25 GMT (envelope-from jhb@freebsd.org) Date: Fri, 29 Oct 2004 21:12:25 GMT Message-Id: <200410292112.i9TLCPY2099702@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin To: Perforce Change Reviews Subject: PERFORCE change 63948 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2004 21:12:26 -0000 http://perforce.freebsd.org/chv.cgi?CH=63948 Change 63948 by jhb@jhb_twclab on 2004/10/29 21:11:53 Compile. Affected files ... .. //depot/projects/smpng/sys/alpha/include/smp.h#3 edit .. //depot/projects/smpng/sys/i386/i386/mp_machdep.c#72 edit Differences ... ==== //depot/projects/smpng/sys/alpha/include/smp.h#3 (text+ko) ==== @@ -26,7 +26,7 @@ #ifndef LOCORE -extern u_int boot_cpu_id; +extern u_int64_t boot_cpu_id; void ipi_selected(u_int cpus, u_int64_t ipi); void ipi_all(u_int64_t ipi); ==== //depot/projects/smpng/sys/i386/i386/mp_machdep.c#72 (text+ko) ==== @@ -428,7 +428,6 @@ printf(" cpu (AP): APIC ID: %2d (disabled)\n", x); else printf(" cpu%d (AP): APIC ID: %2d\n", i++, x); - } } }