Date: Thu, 19 Sep 1996 01:28:25 -0700 (PDT) From: Poul-Henning Kamp <phk> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 swtch.s src/sys/i386/conf LINT Message-ID: <199609190828.BAA14440@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 96/09/19 01:28:22 Modified: sys/i386/conf LINT sys/i386/i386 swtch.s Log: Add APM_IDLE_CPU option, that is off by default. I maintain that it saves more power to simply "hlt" the CPU than to spend tons of time trying to tell the APM bios to do the same. In particular if you do it 100 times a second... Revision Changes Path 1.280 +3 -1 src/sys/i386/conf/LINT 1.40 +2 -2 src/sys/i386/i386/swtch.s
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609190828.BAA14440>