PPC32: Fix an oops that could happen if ptrace caused a page fault.
We were using the virtual address for cache flushing in update_mmu_cache, which is ok if the address is in the current mm, but if it isn't we have to do something different, namely, flush using the physical address.
Showing
Please register or sign in to comment