From owner-cvs-src-old@FreeBSD.ORG Mon May 2 17:49:24 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 731C11065673 for ; Mon, 2 May 2011 17:49:24 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 60CE38FC1F for ; Mon, 2 May 2011 17:49:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p42HnO1C084048 for ; Mon, 2 May 2011 17:49:24 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p42HnO5K084047 for cvs-src-old@freebsd.org; Mon, 2 May 2011 17:49:24 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <201105021749.p42HnO5K084047@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Mon, 2 May 2011 17:49:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/include vmparam.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2011 17:49:24 -0000 marcel 2011-05-02 17:49:05 UTC FreeBSD src repository Modified files: sys/ia64/include vmparam.h Log: SVN rev 221334 on 2011-05-02 17:49:05Z by marcel Don't use the whole region 5 for KVA, because the CPU may not implement all of the 61 bits available within the region for virtual addressing. Since there's no good way for us to map out the gap in the virtual address space, limit KVA to the architectural minimum implemented address bits. This still gives us 1 petabyte of KVA, so no worries. Revision Changes Path 1.29 +2 -1 src/sys/ia64/include/vmparam.h