Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54331
b: refs/heads/master
c: 83ff7df
h: refs/heads/master
i:
  54329: 3096f15
  54327: 6d70089
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed May 7, 2007
1 parent d2420e0 commit 7274eaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1e7371c1a11f041d641cc0ff113bf1daa1bd98b9
refs/heads/master: 83ff7df5f1c1c44efd84d7341211aa0138fd9504
4 changes: 2 additions & 2 deletions trunk/arch/um/kernel/trap.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ void relay_signal(int sig, union uml_pt_regs *regs)

if(!UPT_IS_USER(regs)){
if(sig == SIGBUS)
printk("Bus error - the /dev/shm or /tmp mount likely "
"just ran out of space\n");
printk("Bus error - the host /dev/shm or /tmp mount "
"likely just ran out of space\n");
panic("Kernel mode signal %d", sig);
}

Expand Down

0 comments on commit 7274eaa

Please sign in to comment.