patch-2.4.0-test5 linux/include/asm-arm/arch-nexuspci/system.h
Next file: linux/include/asm-arm/arch-rpc/dma.h
Previous file: linux/include/asm-arm/arch-nexuspci/dma.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Tue Jul 18 22:43:25 2000
- Orig file:
v2.4.0-test4/linux/include/asm-arm/arch-nexuspci/system.h
- Orig date:
Tue Apr 11 15:09:23 2000
diff -u --recursive --new-file v2.4.0-test4/linux/include/asm-arm/arch-nexuspci/system.h linux/include/asm-arm/arch-nexuspci/system.h
@@ -6,13 +6,12 @@
#ifndef __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H
-extern __inline__ void arch_idle(void)
+static void arch_idle(void)
{
while (!current->need_resched && !hlt_counter)
cpu_do_idle(IDLE_WAIT_SLOW);
}
#define arch_reset(mode) do { } while (0)
-#define arch_power_off() do { } while (0)
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)