Module Name: src Committed By: mrg Date: Thu Dec 27 21:29:41 UTC 2018
Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c Log Message: avoid integer overflow when calculating the end address of a ram block. fixes a bug when a PhysMem range covers more than 4GB. with this, my OD1K (8GB ram) is almost able to properly coredump. savecore finds the core, but can't read it properly. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/aarch64/aarch64/aarch64_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.