Date: Thu, 23 Oct 2003 21:56:58 -0700 (PDT) From: Arun Sharma <arun@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 machdep.c Message-ID: <200310240456.h9O4uw6j026120@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310240456.h9O4uw6j026120>