patch-2.4.0-test5 linux/include/asm-arm/arch-shark/system.h
Next file: linux/include/asm-arm/dec21285.h
Previous file: linux/include/asm-arm/arch-sa1100/uncompress.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Tue Jul 18 22:43:25 2000
- Orig file:
v2.4.0-test4/linux/include/asm-arm/arch-shark/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-shark/system.h linux/include/asm-arm/arch-shark/system.h
@@ -1,12 +1,12 @@
/*
- * linux/include/asm-arm/arch-ebsa110/system.h
+ * linux/include/asm-arm/arch-shark/system.h
*
* Copyright (c) 1996-1998 Russell King.
*/
#ifndef __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H
-extern __inline__ void arch_reset(char mode)
+static void arch_reset(char mode)
{
/*
* loop endlessly
@@ -14,8 +14,8 @@
cli();
}
-#define arch_power_off() do { } while (0)
-#define arch_do_idle() do {} while (0)
-/*cpu_do_idle()*/
+static void arch_idle(void)
+{
+}
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)