Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54282
b: refs/heads/master
c: 48b2018
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed May 7, 2007
1 parent 7deb91e commit c4dd396
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 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: b4ffb6ad8d8477b561377ca150bbbfc0db02da54
refs/heads/master: 48b201846901c1780fbc7ea779dcc8aa8ab8e16b
16 changes: 4 additions & 12 deletions trunk/arch/um/sys-i386/ptrace_user.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
Expand Down Expand Up @@ -45,7 +45,8 @@ int ptrace_setfpregs(long pid, unsigned long *regs)
return 0;
}

/* All the below stuff is of interest for TT mode only */
#ifdef UML_CONFIG_MODE_TT

static void write_debugregs(int pid, unsigned long *regs)
{
struct user *dummy;
Expand Down Expand Up @@ -128,13 +129,4 @@ void update_debugregs(int seq)
}
#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:
*/
#endif

0 comments on commit c4dd396

Please sign in to comment.