On Fri, Jun 10, 2016 at 07:26:39PM +0300, Sergey Sorokin wrote:
> The function tlb_fill() is called with access type argument which is named
> 'is_write' in its declaration. The patch fixes the argument name
> to avoid a confusion.
>
> Signed-off-by: Sergey Sorokin
Reviewed-by: Eduardo Habkost
On Fri, Jun 10, 2016 at 07:26:39PM +0300, Sergey Sorokin wrote:
> The function tlb_fill() is called with access type argument which is named
> 'is_write' in its declaration. The patch fixes the argument name
> to avoid a confusion.
>
> Signed-off-by: Sergey Sorokin
> ---
> include/exec/exec-all.
The function tlb_fill() is called with access type argument which is named
'is_write' in its declaration. The patch fixes the argument name
to avoid a confusion.
Signed-off-by: Sergey Sorokin
---
include/exec/exec-all.h | 2 +-
target-alpha/mem_helper.c | 4 ++--
target-arm/op_helper