summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
diff options
context:
space:
mode:
authorJoerg Roedel2008-04-09 14:15:28 +0200
committerAvi Kivity2008-04-27 11:01:17 +0200
commitec077263b2bb841d973d82342b7fbc07bbad4246 (patch)
treef39213fad32b5b56d3ef8a120201bba32dee237f /arch/x86/kvm/svm.c
parentKVM: Register ioctl range (diff)
downloadkernel-qcow2-linux-ec077263b2bb841d973d82342b7fbc07bbad4246.tar.gz
kernel-qcow2-linux-ec077263b2bb841d973d82342b7fbc07bbad4246.tar.xz
kernel-qcow2-linux-ec077263b2bb841d973d82342b7fbc07bbad4246.zip
KVM: SVM: indent svm_set_cr4 with tabs instead of spaces
The svm_set_cr4 function is indented with spaces. This patch replaces them with tabs. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'arch/x86/kvm/svm.c')
-rw-r--r--arch/x86/kvm/svm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c
index ad273468c08a..d7439ceb2ac2 100644
--- a/arch/x86/kvm/svm.c
+++ b/arch/x86/kvm/svm.c
@@ -878,10 +878,10 @@ set:
static void svm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4)
{
- vcpu->arch.cr4 = cr4;
- if (!npt_enabled)
- cr4 |= X86_CR4_PAE;
- to_svm(vcpu)->vmcb->save.cr4 = cr4;
+ vcpu->arch.cr4 = cr4;
+ if (!npt_enabled)
+ cr4 |= X86_CR4_PAE;
+ to_svm(vcpu)->vmcb->save.cr4 = cr4;
}
static void svm_set_segment(struct kvm_vcpu *vcpu,