cputlb: remove useless arguments to tlb_unprotect_code_phys, rename
commit9564f52da7eb061326956ed9a468935e3352512d
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 22 Apr 2015 12:24:54 +0000 (22 14:24 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Jun 2015 15:09:59 +0000 (5 17:09 +0200)
tree9720cb664dc8fc151f6ee882758e02b854a246b1
parent358653391b0c0beaa0e3f9e28304e1918cd223b3
cputlb: remove useless arguments to tlb_unprotect_code_phys, rename

These days modification of the TLB is done in notdirty_mem_write,
so the virtual address and env pointer as unnecessary.

The new name of the function, tlb_unprotect_code, is consistent with
tlb_protect_code.

Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
cputlb.c
include/exec/cputlb.h
translate-all.c