Commit a5d43dcf authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Linus Torvalds

[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.
parent 3fd2eaad
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment