vserver 1.9.5.x5
[linux-2.6.git] / arch / ia64 / sn / kernel / idle.c
index 65e6e3f..49d178f 100644 (file)
@@ -3,14 +3,13 @@
  * License.  See the file "COPYING" in the main directory of this archive
  * for more details.
  *
- * Copyright (c) 2001-2003 Silicon Graphics, Inc.  All rights reserved.
+ * Copyright (c) 2001-2004 Silicon Graphics, Inc.  All rights reserved.
  */
 
-#include <linux/config.h>
 #include <asm/sn/leds.h>
-#include <asm/sn/simulator.h>
 
-void snidle(int state) {
+void snidle(int state)
+{
        if (state) {
                if (pda->idle_flag == 0) {
                        /* 
@@ -19,11 +18,6 @@ void snidle(int state) {
                        set_led_bits(0, LED_CPU_ACTIVITY);
                }
 
-#ifdef CONFIG_IA64_SGI_SN_SIM
-               if (IS_RUNNING_ON_SIMULATOR())
-                       SIMULATOR_SLEEP();
-#endif
-
                pda->idle_flag = 1;
        } else {
                /*