Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2002 16:39:09 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_zone.c
Message-ID:  <200208122339.g7CNd9v8040659@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2002/08/12 16:39:09 PDT

  Modified files:        (Branch: RELENG_4)
    sys/vm               vm_zone.c 
  Log:
  Unconditionally initialise z->znext, and remove the zone from the
  list of all zones if we fail to allocate KVA for it in zinitna().
  Apparently this fixes panics while running sysctl on large-memory
  machines. This code is not present in -current.
  
  PR:             kern/36605
  Submitted by:   Brian Buchanan <brian@ncircle.com>
  
  Revision  Changes    Path
  1.30.2.5  +5 -7      src/sys/vm/vm_zone.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?200208122339.g7CNd9v8040659>