Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297128
b: refs/heads/master
c: 9cf7c0e
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Graf authored and Avi Kivity committed Mar 5, 2012
1 parent bab764a commit 2063217
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d4cba7f93c52d4121ab9c6f289e582d368a6979
refs/heads/master: 9cf7c0e465197fa97972428e93162318e917f8ed
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/kvm/e500.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ static int __init kvmppc_e500_init(void)
unsigned long ivor[3];
unsigned long max_ivor = 0;

r = kvmppc_core_check_processor_compat();
if (r)
return r;

r = kvmppc_booke_init();
if (r)
return r;
Expand Down

0 comments on commit 2063217

Please sign in to comment.