From owner-cvs-all@FreeBSD.ORG Fri Jun 11 19:55:58 2004 Return-Path: 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 06A6116A4CE; Fri, 11 Jun 2004 19:55:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD27843D53; Fri, 11 Jun 2004 19:55:57 +0000 (GMT) (envelope-from alc@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 i5BJtvCI025896; Fri, 11 Jun 2004 19:55:57 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5BJtvvr025894; Fri, 11 Jun 2004 19:55:57 GMT (envelope-from alc) Message-Id: <200406111955.i5BJtvvr025894@repoman.freebsd.org> From: Alan Cox Date: Fri, 11 Jun 2004 19:55:57 +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 pmap.c uma_machdep.c src/sys/conf files.alpha X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 11 Jun 2004 19:55:58 -0000 alc 2004-06-11 19:55:57 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c sys/conf files.alpha Added files: sys/alpha/alpha uma_machdep.c Log: Move uma_small_alloc() and uma_small_free() out of the pmap and into their own machine-dependent file. This makes alpha consistent with amd64, ia64, and powerpc. Revision Changes Path 1.148 +0 -46 src/sys/alpha/alpha/pmap.c 1.1 +82 -0 src/sys/alpha/alpha/uma_machdep.c (new) 1.111 +1 -0 src/sys/conf/files.alpha