commit | c583122c26ad04bb2379933dc5acc8b9479d6c67 | [log] [tgz] |
---|---|---|
author | Thiemo Seufer <ths@networkno.de> | Mon May 15 18:59:34 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Jun 19 17:39:19 2006 +0100 |
tree | 8afc9153e18b300ab93ff6a675e0c0f6e464c518 | |
parent | eae89076e696f51762d81d6e2538c3beb59fa7bd [diff] [blame] |
[MIPS] Qemu system shutdown support Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/qemu.h b/include/asm-mips/qemu.h index 905c395..531caf4 100644 --- a/include/asm-mips/qemu.h +++ b/include/asm-mips/qemu.h
@@ -21,4 +21,10 @@ */ #define QEMU_C0_COUNTER_CLOCK 100000000 +/* + * Magic qemu system control location. + */ +#define QEMU_RESTART_REG 0xBFBF0000 +#define QEMU_HALT_REG 0xBFBF0004 + #endif /* __ASM_QEMU_H */