diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 03:14:42 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 03:14:42 +0000 |
commit | dca50cc150304946afb790f00ead222736146e3e (patch) | |
tree | bdab0fb75bde086403c66b8769c0333262cb0635 /include/asm-arm/arch-a5k/system.h | |
parent | dcec8a13bf565e47942a1751a9cec21bec5648fe (diff) |
Toxic waste.
Diffstat (limited to 'include/asm-arm/arch-a5k/system.h')
-rw-r--r-- | include/asm-arm/arch-a5k/system.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/include/asm-arm/arch-a5k/system.h b/include/asm-arm/arch-a5k/system.h deleted file mode 100644 index a1d845c2a..000000000 --- a/include/asm-arm/arch-a5k/system.h +++ /dev/null @@ -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 |