target/i386: make cpu_get_fp80()/cpu_set_fp80() static
commitdb573d2cf7ae6b5a4fc324be6f55e078fc218464
authorYang Zhong <yang.zhong@intel.com>
Mon, 3 Jul 2017 10:12:16 +0000 (3 18:12 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 5 Jul 2017 07:12:44 +0000 (5 09:12 +0200)
tree47f298fe1b749a301551da886f860abeaa3473ec
parentab0a19d4f08d924e052eb369420d264240872f8a
target/i386: make cpu_get_fp80()/cpu_set_fp80() static

Move cpu_get_fp80()/cpu_set_fp80() from fpu_helper.c to
machine.c because fpu_helper.c will be disabled if tcg is
disabled in the build.

Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.h
target/i386/fpu_helper.c
target/i386/machine.c