Date: Fri, 7 Feb 2003 17:11:46 -0800 From: Arun Sharma <arun.sharma@intel.com> To: freebsd-ia64@freebsd.org Subject: Maxmem should be bytes ? Message-ID: <200302080111.h181Bkr26574@unix-os.sc.intel.com>
next in thread | raw e-mail | index | archive | help
I found that my VHPT size was limited to 2**15 no matter how much memory I had. I tracked this down to the code in machdep.c:598. physmem is in units of pages and Maxmem is the number of bytes. This incorrect assignment results in a small VHPT size. -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302080111.h181Bkr26574>