Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2002 14:31:57 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 machdep.c
Message-ID:  <200206242131.g5OLVvk18265@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2002/06/24 14:31:57 PDT

  Modified files:
    sys/i386/i386        machdep.c 
  Log:
  Compile in the cpu halt code even on SMP, instead just default the
  sysctl (machdep.cpu_idle_hlt) to off in the SMP case.  This allows you to
  turn it on if you wish and do not particularly care about the small window
  where a cpu will remain halted even when a job is placed on the run queue
  (until the next clock tick).
  
  Revision  Changes    Path
  1.520     +4 -2      src/sys/i386/i386/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?200206242131.g5OLVvk18265>