target/i386: move TLB refill function out of helper.c
commit6578eb25a07c0056976f466baf640ef59ae45ab5
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 3 Jul 2017 16:10:00 +0000 (3 18:10 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 5 Jul 2017 07:12:44 +0000 (5 09:12 +0200)
tree4f231125b0df64b86f2a6f9cfeafcf7b21310e95
parent1d8ad165b688759bbf00e40431ee9fde8817d190
target/i386: move TLB refill function out of helper.c

This function calls tlb_set_page_with_attrs, which is not available
when TCG is disabled.  Move it to excp_helper.c.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/excp_helper.c
target/i386/helper.c