提交 2259e3a7 编写于 作者: H Harvey Harrison 提交者: Avi Kivity

KVM: x86.c make kvm_load_realmode_segment static

Noticed by sparse:
arch/x86/kvm/x86.c:3591:5: warning: symbol 'kvm_load_realmode_segment' was not declared. Should it be static?
Signed-off-by: NHarvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: NAvi Kivity <avi@redhat.com>
上级 4c2155ce
...@@ -3611,7 +3611,7 @@ static int load_segment_descriptor_to_kvm_desct(struct kvm_vcpu *vcpu, ...@@ -3611,7 +3611,7 @@ static int load_segment_descriptor_to_kvm_desct(struct kvm_vcpu *vcpu,
return 0; return 0;
} }
int kvm_load_realmode_segment(struct kvm_vcpu *vcpu, u16 selector, int seg) static int kvm_load_realmode_segment(struct kvm_vcpu *vcpu, u16 selector, int seg)
{ {
struct kvm_segment segvar = { struct kvm_segment segvar = {
.base = selector << 4, .base = selector << 4,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册