From owner-cvs-src@FreeBSD.ORG Fri Nov 5 19:16:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 652AC16A4CE; Fri, 5 Nov 2004 19:16:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58C2843D46; Fri, 5 Nov 2004 19:16:44 +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 iA5JGiTL024649; Fri, 5 Nov 2004 19:16:44 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA5JGiod024648; Fri, 5 Nov 2004 19:16:44 GMT (envelope-from jhb) Message-Id: <200411051916.iA5JGiod024648@repoman.freebsd.org> From: John Baldwin Date: Fri, 5 Nov 2004 19:16:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha machdep.c mp_machdep.c src/sys/alpha/include pcpu.h smp.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 19:16:44 -0000 jhb 2004-11-05 19:16:44 UTC FreeBSD src repository Modified files: sys/alpha/alpha machdep.c mp_machdep.c sys/alpha/include pcpu.h smp.h Log: - Add a new MD per-CPU field for Alpha 'pal_id' which is the PAL ID associated with each processor. This ID is inferred from the index of the pcs structure in the hwprb. - Give Alpha CPUs FreeBSD CPU IDs more like other architectures where the boot processor is always CPU 0 and the other processors are numbered 1 ... N. List active CPUs in the system in cpu_mp_announce() as well. Silence on: alpha@ Revision Changes Path 1.224 +2 -1 src/sys/alpha/alpha/machdep.c 1.53 +50 -39 src/sys/alpha/alpha/mp_machdep.c 1.15 +1 -0 src/sys/alpha/include/pcpu.h 1.7 +2 -2 src/sys/alpha/include/smp.h