From owner-cvs-all@FreeBSD.ORG Thu Oct 23 21:56:59 2003 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 B8F3016A4BF; Thu, 23 Oct 2003 21:56:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AF1243FAF; Thu, 23 Oct 2003 21:56:59 -0700 (PDT) (envelope-from arun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9O4uxXJ026121; Thu, 23 Oct 2003 21:56:59 -0700 (PDT) (envelope-from arun@repoman.freebsd.org) Received: (from arun@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9O4uw6j026120; Thu, 23 Oct 2003 21:56:58 -0700 (PDT) (envelope-from arun) Message-Id: <200310240456.h9O4uw6j026120@repoman.freebsd.org> From: Arun Sharma Date: Thu, 23 Oct 2003 21:56:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 machdep.c 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, 24 Oct 2003 04:56:59 -0000 arun 2003/10/23 21:56:58 PDT FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c Log: Use a TR of size 1 << IA64_ID_PAGE_SHIFT instead of 16M to avoid overlapping TR/TC entries (which results in a machine check). Note that we don't look at the size of the memory descriptor, because it doesn't guarantee non-overlap. With this change, a UP kernel could boot on a Intel Tiger4 machine with the following options: options LOG2_ID_PAGE_SIZE=26 # 64M options LOG2_PAGE_SIZE=14 # 16K Approved by: marcel Revision Changes Path 1.161 +1 -2 src/sys/ia64/ia64/machdep.c