patch-2.1.106 linux/include/asm-arm/arch-a5k/system.h
Next file: linux/include/asm-arm/arch-a5k/time.h
Previous file: linux/include/asm-arm/arch-a5k/shmparam.h
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Wed Dec 31 16:00:00 1969
- Orig file:
v2.1.105/linux/include/asm-arm/arch-a5k/system.h
- Orig date:
Fri May 8 23:14:54 1998
diff -u --recursive --new-file v2.1.105/linux/include/asm-arm/arch-a5k/system.h linux/include/asm-arm/arch-a5k/system.h
@@ -1,30 +0,0 @@
-/*
- * linux/include/asm-arm/arch-a5k/system.h
- *
- * Copyright (c) 1996 Russell King
- */
-#ifndef __ASM_ARCH_SYSTEM_H
-#define __ASM_ARCH_SYSTEM_H
-
-extern __inline__ void arch_hard_reset (void)
-{
- extern void ecard_reset (int card);
-
- /*
- * Reset all expansion cards.
- */
- ecard_reset (-1);
-
- /*
- * copy branch instruction to reset location and call it
- */
- *(unsigned long *)0 = *(unsigned long *)0x03800000;
- ((void(*)(void))0)();
-
- /*
- * If that didn't work, loop endlessly
- */
- while (1);
-}
-
-#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov