diff for duplicates of <47F0FAA5.2090109@de.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 0b53080..c43d7bd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ Zhang, Xiantao wrote: > + for (i = 0; i < KVM_MAX_VCPUS; i++) { > + if (kvm->vcpus[i]) { > + lid.val = VCPU_LID(kvm->vcpus[i]); -> + if (lid.id = id && lid.eid = eid) +> + if (lid.id == id && lid.eid == eid) > + return kvm->vcpus[i]; > + } > + } diff --git a/a/content_digest b/N1/content_digest index 4bd51dc..da9ca5c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\042DFA526FC41B1429CE7279EF83C6BDC01048245@pdsmsx415.ccr.corp.intel.com\0" "From\0Carsten Otte <cotte@de.ibm.com>\0" "Subject\0Re: [04/17] [PATCH] Add kvm arch-specific core code for kvm/ia64.-V8\0" - "Date\0Mon, 31 Mar 2008 14:52:21 +0000\0" + "Date\0Mon, 31 Mar 2008 16:52:21 +0200\0" "To\0Zhang" " Xiantao <xiantao.zhang@intel.com>\0" "Cc\0Avi Kivity <avi@qumranet.com>" @@ -27,7 +27,7 @@ "> +\tfor (i = 0; i < KVM_MAX_VCPUS; i++) {\n" "> +\t\tif (kvm->vcpus[i]) {\n" "> +\t\t\tlid.val = VCPU_LID(kvm->vcpus[i]);\n" - "> +\t\t\tif (lid.id = id && lid.eid = eid)\n" + "> +\t\t\tif (lid.id == id && lid.eid == eid)\n" "> +\t\t\t\treturn kvm->vcpus[i];\n" "> +\t\t}\n" "> +\t}\n" @@ -161,4 +161,4 @@ "Should be in asm/bitops.h. Look at find_first_bit() and friends, this \n" is duplicate. -8fc29ca7813324b47db1f56360a8645c88f9a04670370eb29227ed89cf7072a1 +0d227b08129f41e8203cec022d24ea186078d62e850d463e86eb53292221fbb8
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.