Received: by mail.netbsd.org (Postfix, from userid 0) id 4A57963B101; Wed, 27 Oct 2010 14:51:32 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B590463B100 for ; Wed, 27 Oct 2010 14:51:30 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 93EF3175DD; Wed, 27 Oct 2010 14:51:30 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 27 Oct 2010 14:51:30 +0000 From: "Masao Uebayashi" Subject: CVS commit: [uebayasi-xip] src/sys/uvm To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20101027145130.93EF3175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Masao Uebayashi" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: uebayasi Date: Wed Oct 27 14:51:30 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_page.c uvm_page.h Log Message: Unconditionally provide device page segment data structures and functions as suggested by Chuck Silvers. (Memory and device segments are being merged soon.) To generate a diff of this commit: cvs rdiff -u -r1.153.2.56 -r1.153.2.57 src/sys/uvm/uvm_page.c cvs rdiff -u -r1.59.2.31 -r1.59.2.32 src/sys/uvm/uvm_page.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.