public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in previous patch
@ 2004-04-18 23:06 Benjamin Herrenschmidt
  0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2004-04-18 23:06 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linus Torvalds, Linux Kernel list

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);



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-04-18 23:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-18 23:06 [PATCH] Fix typo in previous patch Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox