Date: Fri, 25 Sep 2009 15:08:26 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 machdep.c src/sys/i386/i386 machdep.c Message-ID: <200909251509.n8PF9B3x030616@repoman.freebsd.org>
index | next in thread | raw e-mail
jhb 2009-09-25 15:08:26 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/amd64/amd64 machdep.c
sys/i386/i386 machdep.c
Log:
SVN rev 197484 on 2009-09-25 15:08:26Z by jhb
MFC 197410:
- Split the logic to parse an SMAP entry out into a separate function on
amd64 similar to i386. This fixes a bug on amd64 where overlapping
entries would not cause the SMAP parsing to stop.
- Change the SMAP parsing code to do a sorted insertion into physmap[]
instead of an append to support systems with out-of-order SMAP entries.
Approved by: re (kib)
Revision Changes Path
1.707.2.4 +73 -33 src/sys/amd64/amd64/machdep.c
1.688.2.4 +34 -6 src/sys/i386/i386/machdep.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909251509.n8PF9B3x030616>
