]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
KVM: SVM: indent svm_set_cr4 with tabs instead of spaces
authorJoerg Roedel <joerg.roedel@amd.com>
Wed, 9 Apr 2008 12:15:28 +0000 (14:15 +0200)
committerAvi Kivity <avi@qumranet.com>
Sun, 27 Apr 2008 09:01:17 +0000 (12:01 +0300)
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>
arch/x86/kvm/svm.c

index ad273468c08a1e3dc6c36e3a255395b7495e6a39..d7439ceb2ac2c9a77367aeadc7fe2c1f751dc854 100644 (file)
@@ -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,