From owner-cvs-all@FreeBSD.ORG Sun Jul 16 19:44:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1355F16A4DE; Sun, 16 Jul 2006 19:44:25 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1A5B43D7D; Sun, 16 Jul 2006 19:44:18 +0000 (GMT) (envelope-from alc@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 k6GJhnJC068267; Sun, 16 Jul 2006 19:43:49 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6GJhnu3068266; Sun, 16 Jul 2006 19:43:49 GMT (envelope-from alc) Message-Id: <200607161943.k6GJhnu3068266@repoman.freebsd.org> From: Alan Cox Date: Sun, 16 Jul 2006 19:43:49 +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/i386/i386 pmap.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: Sun, 16 Jul 2006 19:44:25 -0000 alc 2006-07-16 19:43:49 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: Eliminate the remaining uses of "register". Convert the remaining K&R-style function declarations to ANSI-style. Eliminate excessive white space from pmap_ts_referenced(). Revision Changes Path 1.567 +16 -42 src/sys/i386/i386/pmap.c