Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2002 22:57:52 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_page.c
Message-ID:  <200204030657.g336vqC55549@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2002/04/02 22:57:52 PST

  Modified files:
    sys/vm               vm_page.c 
  Log:
  Fix a long standing 32bit-ism.  Don't assume that the size of a chunk of
  memory in phys_avail will fit in 'int', use vm_size_t.  This fixes booting
  on sparc64 machines with more than 2 gigs of ram.
  
  Thanks to Jan Chrillesen for providing me with access to a 4 gig machine.
  
  Revision  Changes    Path
  1.182     +1 -1      src/sys/vm/vm_page.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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