From owner-cvs-src@FreeBSD.ORG Tue Sep 11 22:54:11 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E89116A417; Tue, 11 Sep 2007 22:54:11 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4607413C461; Tue, 11 Sep 2007 22:54:11 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8BMsBEC074638; Tue, 11 Sep 2007 22:54:11 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8BMsB7P074637; Tue, 11 Sep 2007 22:54:11 GMT (envelope-from attilio) Message-Id: <200709112254.l8BMsB7P074637@repoman.freebsd.org> From: Attilio Rao Date: Tue, 11 Sep 2007 22:54:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 local_apic.c src/sys/i386/acpica madt.c src/sys/i386/i386 local_apic.c src/sys/kern subr_smp.c src/sys/sun4v/mdesc mdesc_init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 11 Sep 2007 22:54:11 -0000 attilio 2007-09-11 22:54:09 UTC FreeBSD src repository Modified files: sys/amd64/amd64 local_apic.c sys/i386/acpica madt.c sys/i386/i386 local_apic.c sys/kern subr_smp.c sys/sun4v/mdesc mdesc_init.c Log: This is a follow-up, cleaning-up commit about recent changes involving topology foo functions. Working at the patch for topology problems in ia32/amd64 evicted some problems regarding functions ordering in the SI_SUB_CPU family of SYSINIT'ed subsystems. In order to avoid problems with new modified to involved functions, a correct ordering is not semantically specified for SI_SUB_CPU functions (for a larger view of the issue please visit: http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075409.html ) Discussed with: peter Tested by: kris, Rui Paulo Approved by: jeff Approved by: re Revision Changes Path 1.42 +1 -1 src/sys/amd64/amd64/local_apic.c 1.28 +1 -1 src/sys/i386/acpica/madt.c 1.44 +1 -1 src/sys/i386/i386/local_apic.c 1.201 +1 -1 src/sys/kern/subr_smp.c 1.6 +1 -1 src/sys/sun4v/mdesc/mdesc_init.c