patch-2.4.22 linux-2.4.22/include/asm-arm/arch-sa1100/system.h
Next file: linux-2.4.22/include/asm-arm/arch-sa1100/time.h
Previous file: linux-2.4.22/include/asm-arm/arch-sa1100/simputer.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/include/asm-arm/arch-sa1100/system.h
- Orig date:
2002-08-02 17:39:45.000000000 -0700
diff -urN linux-2.4.21/include/asm-arm/arch-sa1100/system.h linux-2.4.22/include/asm-arm/arch-sa1100/system.h
@@ -8,13 +8,7 @@
static inline void arch_idle(void)
{
- if (!hlt_counter) {
- int flags;
- local_irq_save(flags);
- if (!current->need_resched)
- cpu_do_idle(0);
- local_irq_restore(flags);
- }
+ cpu_do_idle();
}
#ifdef CONFIG_SA1100_VICTOR
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)