From a5d43dcf7905c867c7c2b2a966f7700809679226 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sun, 18 Apr 2004 08:04:12 -0700 Subject: [PATCH] [PATCH] Fix typo in previous patch 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/ppc64/kernel/rtas.c b/arch/ppc64/kernel/rtas.c index c6ca41d8247b..4a26e1cff6ce 100644 --- a/arch/ppc64/kernel/rtas.c +++ b/arch/ppc64/kernel/rtas.c @@ -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); -- 2.39.5