Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93864
b: refs/heads/master
c: f603f07
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Avi Kivity committed Apr 27, 2008
1 parent aa62c05 commit 34169a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e8e6ab48d78147f69c1ba2d6a362f8d33254468
refs/heads/master: f603f0731f43421403160f5f8b12e90f2e51f064
4 changes: 2 additions & 2 deletions trunk/arch/s390/kvm/priv.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ static int handle_chsc(struct kvm_vcpu *vcpu)
return 0;
}

static unsigned int stfl(void)
static unsigned int kvm_stfl(void)
{
asm volatile(
" .insn s,0xb2b10000,0(0)\n" /* stfl */
Expand All @@ -162,7 +162,7 @@ static unsigned int stfl(void)

static int handle_stfl(struct kvm_vcpu *vcpu)
{
unsigned int facility_list = stfl();
unsigned int facility_list = kvm_stfl();
int rc;

vcpu->stat.instruction_stfl++;
Expand Down

0 comments on commit 34169a4

Please sign in to comment.