diff for duplicates of <20071213065206.GX6867@kroah.com> diff --git a/a/1.txt b/N1/1.txt index a10e7f4..04aeb2f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,12 +26,3 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> int emulate_clts(struct kvm_vcpu *vcpu) { - unsigned long cr0; -- -- cr0 = vcpu->cr0 & ~CR0_TS_MASK; -- kvm_arch_ops->set_cr0(vcpu, cr0); -+ kvm_arch_ops->set_cr0(vcpu, vcpu->cr0 & ~X86_CR0_TS); - return X86EMUL_CONTINUE; - } - - --- diff --git a/a/content_digest b/N1/content_digest index 9c06281..0050110 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -51,15 +51,6 @@ " \n" " int emulate_clts(struct kvm_vcpu *vcpu)\n" " {\n" - "-\tunsigned long cr0;\n" - "-\n" - "-\tcr0 = vcpu->cr0 & ~CR0_TS_MASK;\n" - "-\tkvm_arch_ops->set_cr0(vcpu, cr0);\n" - "+\tkvm_arch_ops->set_cr0(vcpu, vcpu->cr0 & ~X86_CR0_TS);\n" - " \treturn X86EMUL_CONTINUE;\n" - " }\n" - " \n" - "\n" - -- + "-\tunsigned long cr0;" -4310e5accde0b95a5f480348e6e8627f5a896e0235bf6ed2a74ad7a2d2c13de0 +5d781aedfb2c8dfca8e6b0d29097cf5f284c507f8bf868623fc9cc59030bdcee
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.