Date: Thu, 18 Jul 2002 03:28:00 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <200207181028.g6IAS0Bo026666@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2002/07/18 03:28:00 PDT Modified files: sys/vm vm_map.c Log: (VM_MAX_KERNEL_ADDRESS - KERNBASE) / PAGE_SIZE may not fit in an integer. Use lmin(long, long), not min(u_int, u_int). This is a problem here on ia64 which has *way* more than 2^32 pages of KVA. 281474976710655 pages to be precice. Revision Changes Path 1.263 +1 -1 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207181028.g6IAS0Bo026666>