From owner-cvs-all@FreeBSD.ORG Sat Jan 20 17:14:12 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D9AF416A402; Sat, 20 Jan 2007 17:14:12 +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 B447513C467; Sat, 20 Jan 2007 17:14:12 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0KHECD0066936; Sat, 20 Jan 2007 17:14:12 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0KHEC4i066935; Sat, 20 Jan 2007 17:14:12 GMT (envelope-from marius) Message-Id: <200701201714.l0KHEC4i066935@repoman.freebsd.org> From: Marius Strobl Date: Sat, 20 Jan 2007 17:14:12 +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/sparc64 upa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jan 2007 17:14:13 -0000 marius 2007-01-20 17:14:12 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 upa.c Log: Quiet GCC4 warnings regarding the width of printf()-arguments not matching the format. While at it limit the format to unsigned int as we're only interested in the 11 least significant bits anyway. Revision Changes Path 1.5 +3 -2 src/sys/sparc64/sparc64/upa.c