Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21493
b: refs/heads/master
c: 7adb37f
h: refs/heads/master
i:
  21491: c6cc4d1
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent a0a6370 commit 186f237
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6c8927c9634e8a1bc95d5291c55205707f9fa40a
refs/heads/master: 7adb37fe80d06cbd40de9b225b12a3a9ec40b6bb
3 changes: 3 additions & 0 deletions trunk/arch/sparc64/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ void flush_ptrace_access(struct vm_area_struct *vma, struct page *page,
{
BUG_ON(len > PAGE_SIZE);

if (tlb_type == hypervisor)
return;

#ifdef DCACHE_ALIASING_POSSIBLE
/* If bit 13 of the kernel address we used to access the
* user page is the same as the virtual address that page
Expand Down

0 comments on commit 186f237

Please sign in to comment.