提交 f603f073 编写于 作者: H Heiko Carstens 提交者: Avi Kivity

KVM: s390: rename stfl to kvm_stfl

Temporarily rename this function to avoid merge conflicts and/or
dependencies. This function will be removed as soon as git-s390
and kvm.git are finally upstream.
Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: NCarsten Otte <cotte@de.ibm.com>
Signed-off-by: NAvi Kivity <avi@qumranet.com>
上级 7e8e6ab4
...@@ -151,7 +151,7 @@ static int handle_chsc(struct kvm_vcpu *vcpu) ...@@ -151,7 +151,7 @@ static int handle_chsc(struct kvm_vcpu *vcpu)
return 0; return 0;
} }
static unsigned int stfl(void) static unsigned int kvm_stfl(void)
{ {
asm volatile( asm volatile(
" .insn s,0xb2b10000,0(0)\n" /* stfl */ " .insn s,0xb2b10000,0(0)\n" /* stfl */
...@@ -162,7 +162,7 @@ static unsigned int stfl(void) ...@@ -162,7 +162,7 @@ static unsigned int stfl(void)
static int handle_stfl(struct kvm_vcpu *vcpu) static int handle_stfl(struct kvm_vcpu *vcpu)
{ {
unsigned int facility_list = stfl(); unsigned int facility_list = kvm_stfl();
int rc; int rc;
vcpu->stat.instruction_stfl++; vcpu->stat.instruction_stfl++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册