diff for duplicates of <20090718233308.GC7426@sgi.com> diff --git a/a/1.txt b/N1/1.txt index 004c34b..5598e31 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -37,13 +37,15 @@ On Sat, Jul 18, 2009 at 05:23:57PM +0200, Julia Lawall wrote: > +++ b/drivers/misc/sgi-xp/xpc_uv.c > @@ -443,9 +443,9 @@ xpc_handle_activate_mq_msg_uv(struct xpc_partition *part, > -> if (msg->activate_gru_mq_desc_gpa !> part_uv->activate_gru_mq_desc_gpa) { +> if (msg->activate_gru_mq_desc_gpa != +> part_uv->activate_gru_mq_desc_gpa) { > - spin_lock_irqsave(&part_uv->flags_lock, irq_flags); > + spin_lock(&part_uv->flags_lock); > part_uv->flags &= ~XPC_P_CACHED_ACTIVATE_GRU_MQ_DESC_UV; > - spin_unlock_irqrestore(&part_uv->flags_lock, irq_flags); > + spin_unlock(&part_uv->flags_lock); -> part_uv->activate_gru_mq_desc_gpa > msg->activate_gru_mq_desc_gpa; +> part_uv->activate_gru_mq_desc_gpa = +> msg->activate_gru_mq_desc_gpa; > } > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in diff --git a/a/content_digest b/N1/content_digest index 3197829..0587d1f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.64.0907181723360.26792@ask.diku.dk\0" "From\0Robin Holt <holt@sgi.com>\0" - "Subject\0Re: [PATCH 3/6] drivers/misc/sgi-xp: convert nested\0" - "Date\0Sat, 18 Jul 2009 23:33:08 +0000\0" + "Subject\0Re: [PATCH 3/6] drivers/misc/sgi-xp: convert nested spin_lock_irqsave to spin_lock\0" + "Date\0Sat, 18 Jul 2009 18:33:08 -0500\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0holt@sgi.com" linux-kernel@vger.kernel.org @@ -47,13 +47,15 @@ "> +++ b/drivers/misc/sgi-xp/xpc_uv.c\n" "> @@ -443,9 +443,9 @@ xpc_handle_activate_mq_msg_uv(struct xpc_partition *part,\n" "> \n" - "> \t\tif (msg->activate_gru_mq_desc_gpa !> \t\t part_uv->activate_gru_mq_desc_gpa) {\n" + "> \t\tif (msg->activate_gru_mq_desc_gpa !=\n" + "> \t\t part_uv->activate_gru_mq_desc_gpa) {\n" "> -\t\t\tspin_lock_irqsave(&part_uv->flags_lock, irq_flags);\n" "> +\t\t\tspin_lock(&part_uv->flags_lock);\n" "> \t\t\tpart_uv->flags &= ~XPC_P_CACHED_ACTIVATE_GRU_MQ_DESC_UV;\n" "> -\t\t\tspin_unlock_irqrestore(&part_uv->flags_lock, irq_flags);\n" "> +\t\t\tspin_unlock(&part_uv->flags_lock);\n" - "> \t\t\tpart_uv->activate_gru_mq_desc_gpa > \t\t\t msg->activate_gru_mq_desc_gpa;\n" + "> \t\t\tpart_uv->activate_gru_mq_desc_gpa =\n" + "> \t\t\t msg->activate_gru_mq_desc_gpa;\n" "> \t\t}\n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n" @@ -61,4 +63,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > Please read the FAQ at http://www.tux.org/lkml/ -f64e765c188ea48fb0f512d7372083eaa7f430f30b0a1368c39d95837c4e2fc9 +d19765ff5bea01a63874ab0c1113854521184d6ac1f1677903a4fa1f0a04ab70
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.