Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2004 03:20:00 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/ia64 pmap.c
Message-ID:  <200407150320.i6F3K05C035738@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2004-07-15 03:20:00 UTC

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        pmap.c 
  Log:
  A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), not
  TAILQ_FOREACH(), because the loop deletes elements from the list.
  
  Reviewed by:    marcel@
  
  Revision  Changes    Path
  1.139     +2 -2      src/sys/ia64/ia64/pmap.c



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