Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2009 16:51:00 +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:  <200909221651.n8MGpEuk078081@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-09-22 16:51:00 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      machdep.c 
    sys/i386/i386        machdep.c 
  Log:
  SVN rev 197410 on 2009-09-22 16:51:00Z by jhb
  
  - 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.
  
  PR:             amd64/138220
  Reported by:    James R. Van Artsdalen  james of jrv org
  MFC after:      3 days
  
  Revision  Changes    Path
  1.710     +73 -33    src/sys/amd64/amd64/machdep.c
  1.692     +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?200909221651.n8MGpEuk078081>