Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 1998 01:55:59 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/i386 vm_machdep.c
Message-ID:  <199803120955.BAA02322@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/03/12 01:55:59 PST

  Modified files:
    sys/i386/i386        vm_machdep.c 
  Log:
  Fixed breakage of the !SMP case in vm_page_zero_idle() in the
  previous commit.  Opportunities to clean pages were often missed,
  and leaving of the idle state was sometimes delayed until the next
  interrupt (after any that occurred while cleaning).
  
  Fixed an unstaticization, a syntax error and a style bug in the
  previous commit.
  
  Revision  Changes    Path
  1.102     +7 -5      src/sys/i386/i386/vm_machdep.c



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