1 ;; -*- fundamental -*- ---------------------------------------------------
3 ;; Copyright 2008 H. Peter Anvin - All Rights Reserved
4 ;; Copyright 2009-2010 Intel Corporation; author: H. Peter Anvin
6 ;; This program is free software; you can redistribute it and/or modify
7 ;; it under the terms of the GNU General Public License as published by
8 ;; the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
9 ;; Boston MA 02110-1301, USA; either version 2 of the License, or
10 ;; (at your option) any later version; incorporated herein by reference.
12 ;; -----------------------------------------------------------------------
15 TICKS_TO_IDLE equ 4 ; Also in idle.c
19 mov eax,[cs:__jiffies]
20 mov [cs:_IdleTimer],eax
22 sti ; Guard against BIOS/PXE brokenness...
57 ; Don't spend time jumping to PM unless we're actually idle...
79 hlt_err db 'ERROR: idle with IF=0', CR, LF, 0