Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Nov 2010 17:56:16 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/i386/i386 machdep.c src/sys/x86/x86 nexus.c
Message-ID:  <201011021756.oA2HuapE087181@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-11-02 17:56:16 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        machdep.c 
    sys/x86/x86          nexus.c 
  Log:
  SVN rev 214681 on 2010-11-02 17:56:16Z by jhb
  
  Further tweaks to the ram_attach() routine:
  - Use > 2^32 - 1 instead of >= when checking for memory regions above 4G.
  - Skip SMAP entries > 4G on i386 rather than breaking out of the loop
    since SMAP entries are not guaranteed to be in order.
  - Remove 'i' and loop over 'rid' directly in the dump_avail[] case.
  - Only check for 4G regions in the dump_avail[] case on i386 if PAE is
    enabled since vm_paddr_t is 32-bit in the !PAE case.
  
  Submitted by:   alc
  
  Revision  Changes    Path
  1.710     +1 -1      src/sys/i386/i386/machdep.c
  1.4       +8 -9      src/sys/x86/x86/nexus.c



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