OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Tobias Weingartner (weingartcvs.openbsd.org)
Date: Fri Oct 03 2008 - 12:07:54 CDT


CVSROOT: /cvs
Module name: src
Changes by: weingartcvs.openbsd.org 2008/10/03 11:07:54

Modified files:
        sys/arch/amd64/amd64: db_interface.c

Log message:
Make extra cpu's in DDB not spin in tight loop.
Having them 'hlt' is a good thing, especially
where thermal management (acpi, etc) is concerned.

They wake up lots due to local tick timer anyhow.

ok gwk