Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2009 15:08:51 +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.n8PF9kRO030665@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-09-25 15:08:51 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/amd64/amd64      machdep.c 
    sys/i386/i386        machdep.c 
  Log:
  SVN rev 197485 on 2009-09-25 15:08:51Z 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.
  
  Revision    Changes    Path
  1.675.2.13  +73 -33    src/sys/amd64/amd64/machdep.c
  1.658.2.11  +34 -6     src/sys/i386/i386/machdep.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909251509.n8PF9kRO030665>