Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23813
b: refs/heads/master
c: a9ba9a3
h: refs/heads/master
i:
  23811: 5aacbff
v: v3
  • Loading branch information
Arjan van de Ven authored and Linus Torvalds committed Mar 25, 2006
1 parent 9d9d93b commit 92866af
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 4bc32c4d5cde5c57edcc9c2fe5057da8a4dd0153
refs/heads/master: a9ba9a3b3897561d01e04cd21433746df46548c0
6 changes: 4 additions & 2 deletions trunk/arch/x86_64/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,13 @@ asmlinkage void __kprobes do_page_fault(struct pt_regs *regs,
unsigned long flags;
siginfo_t info;

tsk = current;
mm = tsk->mm;
prefetchw(&mm->mmap_sem);

/* get the address */
__asm__("movq %%cr2,%0":"=r" (address));

tsk = current;
mm = tsk->mm;
info.si_code = SEGV_MAPERR;


Expand Down

0 comments on commit 92866af

Please sign in to comment.