Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146499
b: refs/heads/master
c: 386eb6e
h: refs/heads/master
i:
  146497: 0a017cd
  146495: 3a9e2ad
v: v3
  • Loading branch information
Hannes Eder authored and Avi Kivity committed Jun 10, 2009
1 parent f32b981 commit b6dd3b2
Show file tree
Hide file tree
Showing 3 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: 0b5d7a2ccb98f0403b1969295429724af9dc9d8e
refs/heads/master: 386eb6e8b3caface8a0514da70a47c05cabb5b96
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/i8254.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static bool kpit_is_periodic(struct kvm_timer *ktimer)
return ps->is_periodic;
}

struct kvm_timer_ops kpit_ops = {
static struct kvm_timer_ops kpit_ops = {
.is_periodic = kpit_is_periodic,
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/lapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ void kvm_apic_nmi_wd_deliver(struct kvm_vcpu *vcpu)
kvm_apic_local_deliver(apic, APIC_LVT0);
}

struct kvm_timer_ops lapic_timer_ops = {
static struct kvm_timer_ops lapic_timer_ops = {
.is_periodic = lapic_is_periodic,
};

Expand Down

0 comments on commit b6dd3b2

Please sign in to comment.