Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2001 16:41:01 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha machdep.c src/sys/ia64/ia64 machdep.c
Message-ID:  <200111020041.fA20f1J12712@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/11/01 16:41:01 PST

  Modified files:
    sys/alpha/alpha      machdep.c 
    sys/ia64/ia64        machdep.c 
  Log:
  "Fix" a problem that got copied from alpha to ia64 and broke there.
  When we truncate the msgbuf size because the last chunk is too small,
  correctly terminate the phys_avail[] array - the VM system tests
  the *end* for zero, not the start.  This leads the VM startup to
  attempt to recreate a duplicate set of pages for all physical memory.
  
  XXX the msgbuf handling is suspiciously different on i386 vs
  alpha/ia64...
  
  Revision  Changes    Path
  1.152     +3 -1      src/sys/alpha/alpha/machdep.c
  1.64      +3 -1      src/sys/ia64/ia64/machdep.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?200111020041.fA20f1J12712>