]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Fix typo in previous patch
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 18 Apr 2004 15:04:12 +0000 (08:04 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 18 Apr 2004 15:04:12 +0000 (08:04 -0700)
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.

arch/ppc64/kernel/rtas.c

index c6ca41d8247baaa3a662f88e255e882edf102019..4a26e1cff6ce2f459a57c4411b39dfd0e8e1efec 100644 (file)
@@ -505,7 +505,7 @@ void rtas_stop_self(void)
 {
        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);