[PATCH] Fix typo in previous patch

From: Benjamin Herrenschmidt
Date: Sun Apr 18 2004 - 18:14:59 EST


This is my brown paper bag day, I sent you the wrong patch for
fixing the deadlock in rtas.c, here's one to apply on top of current
bk that fixes build. Sorry.

===== arch/ppc64/kernel/rtas.c 1.28 vs edited =====
--- 1.28/arch/ppc64/kernel/rtas.c Mon Apr 19 02:13:09 2004
+++ edited/arch/ppc64/kernel/rtas.c Mon Apr 19 09:05:35 2004
@@ -505,7 +505,7 @@
{
struct rtas_args *rtas_args = &(get_paca()->xRtas);

- local_irq_disable(s);
+ local_irq_disable();

rtas_args->token = rtas_token("stop-self");
BUG_ON(rtas_args->token == RTAS_UNKNOWN_SERVICE);


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/