Date: Mon, 7 Jan 2002 20:43:04 -0800 (PST) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 pmap.c Message-ID: <200201080443.g084h4X28591@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2002/01/07 20:43:04 PST
Modified files:
sys/sparc64/sparc64 pmap.c
Log:
Fix qsort callouts used for sorting memory regions during boot. vm_offset_t
is unsigned, so we can't use signed arithmetic.
Tripped over by: jhb
Revision Changes Path
1.21 +22 -4 src/sys/sparc64/sparc64/pmap.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?200201080443.g084h4X28591>
