diff for duplicates of <1463381898.19947.6.camel@TP420> diff --git a/a/1.txt b/N1/1.txt index 7cf8144..86ef458 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -200,7 +200,8 @@ index 46871d5..b9dbf75 100644 ics->irq_state[i].number = (icsid << KVMPPC_XICS_ICS_SHIFT) | i; ics->irq_state[i].priority = MASKED; ics->irq_state[i].saved_priority = MASKED; -+ ics->irq_state[i].lock + (arch_spinlock_t)__ARCH_SPIN_LOCK_UNLOCKED; ++ ics->irq_state[i].lock = ++ (arch_spinlock_t)__ARCH_SPIN_LOCK_UNLOCKED; } smp_wmb(); xics->ics[icsid] = ics; diff --git a/a/content_digest b/N1/content_digest index 9f7b9c7..f962054 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Li Zhong <zhong@linux.vnet.ibm.com>\0" "Subject\0[RFC PATCH 1/2] KVM: PPC: divide the ics lock into smaller ones for each irq\0" - "Date\0Mon, 16 May 2016 06:58:18 +0000\0" + "Date\0Mon, 16 May 2016 14:58:18 +0800\0" "To\0kvm-ppc@vger.kernel.org" " PowerPC email list <linuxppc-dev@lists.ozlabs.org>\0" "Cc\0agraf@suse.com" @@ -211,7 +211,8 @@ " \t\tics->irq_state[i].number = (icsid << KVMPPC_XICS_ICS_SHIFT) | i;\n" " \t\tics->irq_state[i].priority = MASKED;\n" " \t\tics->irq_state[i].saved_priority = MASKED;\n" - "+\t\tics->irq_state[i].lock +\t\t\t(arch_spinlock_t)__ARCH_SPIN_LOCK_UNLOCKED;\n" + "+\t\tics->irq_state[i].lock =\n" + "+\t\t\t(arch_spinlock_t)__ARCH_SPIN_LOCK_UNLOCKED;\n" " \t}\n" " \tsmp_wmb();\n" " \txics->ics[icsid] = ics;\n" @@ -274,4 +275,4 @@ "-- \n" 1.8.3.1 -6acaa359ae32c40547636a63cd6c2000d2a7228ebc04292f1e71d840bfc5d7ad +5a1a6d94b5d7f5aca44106ea4affc924d2a36b2d0cf41132ff0d25a754798bf7
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.