Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336005
b: refs/heads/master
c: cb57a2b
h: refs/heads/master
i:
  336003: 88257da
v: v3
  • Loading branch information
H. Peter Anvin committed Nov 21, 2012
1 parent c303a87 commit c071259
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1022623842cb72ee4d0dbf02f6937f38c92c3f41
refs/heads/master: cb57a2b4cff7edf2a4e32c0163200e9434807e0a
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <linux/perf_event.h>
#include <linux/hw_breakpoint.h>
#include <linux/rcupdate.h>
#include <linux/module.h>

#include <asm/uaccess.h>
#include <asm/pgtable.h>
Expand Down Expand Up @@ -193,6 +194,7 @@ unsigned long kernel_stack_pointer(struct pt_regs *regs)

return (unsigned long)regs;
}
EXPORT_SYMBOL_GPL(kernel_stack_pointer);

static unsigned long *pt_regs_access(struct pt_regs *regs, unsigned long regno)
{
Expand Down

0 comments on commit c071259

Please sign in to comment.