Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373151
b: refs/heads/master
c: 17b1e31
h: refs/heads/master
i:
  373149: 47b81b7
  373147: 3879dd5
  373143: 0d6fd31
  373135: 69d8e3a
  373119: 5ff3cb2
v: v3
  • Loading branch information
Marc Zyngier authored and Christoffer Dall committed Apr 29, 2013
1 parent 4e9f1d8 commit 900cc56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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: d157f4a5155f4fbd0d1da66b3d2f504c13bd194d
refs/heads/master: 17b1e31f9201fc102ee3ddd409988e47753e22f9
5 changes: 5 additions & 0 deletions trunk/arch/arm/include/asm/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ static inline void __cpu_init_hyp_mode(unsigned long long boot_pgd_ptr,
kvm_call_hyp((void*)hyp_stack_ptr, vector_ptr, pgd_ptr);
}

static inline int kvm_arch_dev_ioctl_check_extension(long ext)
{
return 0;
}

int kvm_perf_init(void);
int kvm_perf_teardown(void);

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/kvm/arm.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ int kvm_dev_ioctl_check_extension(long ext)
r = KVM_MAX_VCPUS;
break;
default:
r = 0;
r = kvm_arch_dev_ioctl_check_extension(ext);
break;
}
return r;
Expand Down

0 comments on commit 900cc56

Please sign in to comment.