Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 May 2010 09:07:40 +0000 (UTC)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/pc98/pc98 machdep.c
Message-ID:  <201005290907.o4T97rw8012047@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nyan        2010-05-29 09:07:40 UTC

  FreeBSD src repository

  Modified files:
    sys/pc98/pc98        machdep.c 
  Log:
  SVN rev 208638 on 2010-05-29 09:07:40Z by nyan
  
  MFi386: revision 178471
  
   - Add an integer argument to idle to indicate how likely we are to wake
     from idle over the next tick.
   - Add a new MD routine, cpu_wake_idle() to wakeup idle threads who are
     suspended in cpu specific states.  This function can fail and cause the
     scheduler to fall back to another mechanism (ipi).
   - Implement support for mwait in cpu_idle() on i386/amd64 machines that
     support it.  mwait is a higher performance way to synchronize cpus
     as compared to hlt & ipis.
   - Allow selecting the idle routine by name via sysctl machdep.idle.  This
     replaces machdep.cpu_idle_hlt.  Only idle routines supported by the
     current machine are permitted.
  
  Revision  Changes    Path
  1.420     +150 -42   src/sys/pc98/pc98/machdep.c



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