commit | cad1e2827b616487e3574300f2eaeea13a355197 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <[email protected]> | Fri Jan 21 21:48:16 2011 +0100 |
committer | Marcelo Tosatti <[email protected]> | Sun Jan 23 02:27:21 2011 -0200 |
tree | 5081249c58a9395270a6d9909eef31c4a713f188 | |
parent | 521f0798d7e38c21983211a6585ebcf79de4c14a [diff] [blame] |
kvm: Drop smp_cpus argument from init functions No longer used. Signed-off-by: Jan Kiszka <[email protected]> Signed-off-by: Marcelo Tosatti <[email protected]>
diff --git a/kvm-stub.c b/kvm-stub.c index 33d4476..88682f2 100644 --- a/kvm-stub.c +++ b/kvm-stub.c
@@ -58,7 +58,7 @@ return 0; } -int kvm_init(int smp_cpus) +int kvm_init(void) { return -ENOSYS; }