Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18864
b: refs/heads/master
c: 959a85a
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jan 18, 2006
1 parent 6866824 commit 514f11a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c126cf80d450a4d0aac3de7162d4c14b5c971b24
refs/heads/master: 959a85ada599fd5bab7fab8251795c3a58af28d4
4 changes: 4 additions & 0 deletions trunk/arch/sparc64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ void machine_restart(char * cmd)
panic("Reboot failed!");
}

#ifdef CONFIG_COMPAT
static void show_regwindow32(struct pt_regs *regs)
{
struct reg_window32 __user *rw;
Expand All @@ -189,6 +190,9 @@ static void show_regwindow32(struct pt_regs *regs)
r_w.ins[0], r_w.ins[1], r_w.ins[2], r_w.ins[3],
r_w.ins[4], r_w.ins[5], r_w.ins[6], r_w.ins[7]);
}
#else
#define show_regwindow32(regs) do { } while (0)
#endif

static void show_regwindow(struct pt_regs *regs)
{
Expand Down

0 comments on commit 514f11a

Please sign in to comment.