diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-03-17 15:08:38 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-04-27 05:00:29 -0400 |
commit | ed23dc6f5bc950ebbe683dd0bed1d5878230c171 (patch) | |
tree | 7a25b86c600b5429196dd56d684ea72d3e0be63c /include | |
parent | 096d14a3b57e4a87d27be09cc64b4f84660acd08 (diff) |
x86: allow machine_crash_shutdown to be replaced
This patch a llows machine_crash_shutdown to
be replaced, just like any of the other functions
in machine_ops
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/reboot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/reboot.h b/include/asm-x86/reboot.h index 6b5233b4f84b..0891a41cd7e9 100644 --- a/include/asm-x86/reboot.h +++ b/include/asm-x86/reboot.h | |||
@@ -15,5 +15,6 @@ struct machine_ops { | |||
15 | extern struct machine_ops machine_ops; | 15 | extern struct machine_ops machine_ops; |
16 | 16 | ||
17 | void machine_real_restart(unsigned char *code, int length); | 17 | void machine_real_restart(unsigned char *code, int length); |
18 | void native_machine_crash_shutdown(struct pt_regs *regs); | ||
18 | 19 | ||
19 | #endif /* _ASM_REBOOT_H */ | 20 | #endif /* _ASM_REBOOT_H */ |