KVM: function declaration parameter name cleanup
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 1 Apr 2008 14:44:56 +0000 (16:44 +0200)
committerAvi Kivity <avi@qumranet.com>
Sun, 27 Apr 2008 09:00:55 +0000 (12:00 +0300)
The kvm_host.h file for x86 declares the functions kvm_set_cr[0348]. In the
header file their second parameter is named cr0 in all cases. This patch
renames the parameters so that they match the function name.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found