On Tue, Jun 14, 2016 at 03:26:17PM +0300, Sergey Sorokin wrote: > There are functions tlb_fill(), cpu_unaligned_access() and > do_unaligned_access() that are called with access type and mmu index > arguments. But these arguments are named 'is_write' and 'is_user' in their > declarations. The patches fix the arguments to avoid a confusion. > > Signed-off-by: Sergey Sorokin <afaral...@yandex.ru>
Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> Do you plan to change *_handle_mmu_fault(), arm_tlb_fill(), and xtensa_get_physical_addr() later? -- Eduardo