Skip to content
Snippets Groups Projects
Commit 7adb37fe authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Don't do anything in flush_ptrace_access() on SUN4V.

parent 6c8927c9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment