Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242230
b: refs/heads/master
c: 044264b
h: refs/heads/master
v: v3
  • Loading branch information
David Howells committed Mar 18, 2011
1 parent e7adf27 commit 50245ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: d57f078b193981d1b7d24193f3118c6b806db0ff
refs/heads/master: 044264bbe34085b550e6429ce97ef310667be9dc
6 changes: 3 additions & 3 deletions trunk/arch/mn10300/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void release_segments(struct mm_struct *mm)

void machine_restart(char *cmd)
{
#ifdef CONFIG_GDBSTUB
#ifdef CONFIG_KERNEL_DEBUGGER
gdbstub_exit(0);
#endif

Expand All @@ -148,14 +148,14 @@ void machine_restart(char *cmd)

void machine_halt(void)
{
#ifdef CONFIG_GDBSTUB
#ifdef CONFIG_KERNEL_DEBUGGER
gdbstub_exit(0);
#endif
}

void machine_power_off(void)
{
#ifdef CONFIG_GDBSTUB
#ifdef CONFIG_KERNEL_DEBUGGER
gdbstub_exit(0);
#endif
}
Expand Down

0 comments on commit 50245ba

Please sign in to comment.