From owner-cvs-src@FreeBSD.ORG Sun May 20 13:47:37 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39BA516A41F; Sun, 20 May 2007 13:47:37 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1225D13C480; Sun, 20 May 2007 13:47:37 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4KDlaqe046749; Sun, 20 May 2007 13:47:36 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4KDlaY9046745; Sun, 20 May 2007 13:47:36 GMT (envelope-from marius) Message-Id: <200705201347.l4KDlaY9046745@repoman.freebsd.org> From: Marius Strobl Date: Sun, 20 May 2007 13:47:36 +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/sparc64/include ver.h src/sys/sparc64/sparc64 identcpu.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: Sun, 20 May 2007 13:47:37 -0000 marius 2007-05-20 13:47:36 UTC FreeBSD src repository Modified files: sys/sparc64/include ver.h sys/sparc64/sparc64 identcpu.c Log: - Also identify USIIIi+, USIV and USIV+ CPUs. - Use __FBSDID in identcpu.c. - Remove #ifndef SUN4V around global cpu_impl variable; it doesn't hurt on sun4v for now and once setPQL2() is gone sun4v can stop sharing identcpu.c with sparc64, making the reminder of this file also sparc64-only again. [1] Submitted by: kmacy [1] Revision Changes Path 1.6 +11 -8 src/sys/sparc64/include/ver.h 1.17 +13 -4 src/sys/sparc64/sparc64/identcpu.c