Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96447
b: refs/heads/master
c: 96cee30
h: refs/heads/master
i:
  96445: 766966f
  96443: 959ba87
  96439: ab25471
  96431: b927c06
  96415: 65338cf
  96383: 1fe4752
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed May 13, 2008
1 parent 6598492 commit 058af91
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 16 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: 53c258787427ea43ebfa76fefa6534cae507e521
refs/heads/master: 96cee3044dca2e6510ca7cc276d1eac34a1cfd51
13 changes: 1 addition & 12 deletions trunk/arch/um/include/skas_ptrace.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
* Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/

Expand All @@ -12,14 +12,3 @@
#include "sysdep/skas_ptrace.h"

#endif

/*
* Overrides for Emacs so that we follow Linus's tabbing style.
* Emacs will notice this stuff at the end of the file and automatically
* adjust the settings for this buffer only. This must remain at the end
* of the file.
* ---------------------------------------------------------------------------
* Local variables:
* c-file-style: "linux"
* End:
*/
2 changes: 1 addition & 1 deletion trunk/arch/um/include/sysdep-i386/sigcontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#define IP_RESTART_SYSCALL(ip) ((ip) -= 2)

#define GET_FAULTINFO_FROM_SC(fi,sc) \
#define GET_FAULTINFO_FROM_SC(fi, sc) \
{ \
(fi).cr2 = SC_CR2(sc); \
(fi).error_code = SC_ERR(sc); \
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/kernel/um_arch.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ __uml_setup("root=", uml_root_setup,
static int __init no_skas_debug_setup(char *line, int *add)
{
printf("'debug' is not necessary to gdb UML in skas mode - run \n");
printf("'gdb linux'");
printf("'gdb linux'\n");

return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/os-Linux/skas/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ void userspace(struct uml_pt_regs *regs)
unblock_signals();
break;
default:
printk(UM_KERN_ERR "userspace - child stopped "
printk(UM_KERN_ERR "userspace - child stopped "
"with signal %d\n", sig);
fatal_sigsegv();
}
Expand Down

0 comments on commit 058af91

Please sign in to comment.