Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93830
b: refs/heads/master
c: 3c62c62
h: refs/heads/master
v: v3
  • Loading branch information
Glauber Costa authored and Avi Kivity committed Apr 27, 2008
1 parent 92478ae commit 3046028
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed23dc6f5bc950ebbe683dd0bed1d5878230c171
refs/heads/master: 3c62c62502bea24448d4e82aa1f33c7dbca61a32
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ static void native_machine_emergency_restart(void)
}
}

static void native_machine_shutdown(void)
void native_machine_shutdown(void)
{
/* Stop the cpus and apics */
#ifdef CONFIG_SMP
Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-x86/reboot.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ extern struct machine_ops machine_ops;

void machine_real_restart(unsigned char *code, int length);
void native_machine_crash_shutdown(struct pt_regs *regs);
void native_machine_shutdown(void);

#endif /* _ASM_REBOOT_H */

0 comments on commit 3046028

Please sign in to comment.