Skip to content
Commit c40d4792 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

tcg: simplify !CONFIG_TCG handling of tb_invalidate_*



There is no need for a stub, since tb_invalidate_phys_addr can be excised
altogether when TCG is disabled.  This is a bit cleaner since it avoids
using code that is clearly specific to user-mode emulation (it calls
mmap_lock/unlock) for the !CONFIG_TCG case.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 3afc969a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment