Commit 502149b5 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: provide default_idle, we shouldnt ever actually use this but

we need it to link.
parent 77f24771
......@@ -146,3 +146,8 @@ int cpu_idle(void)
}
#endif /* CONFIG_PPC_ISERIES */
void default_idle(void)
{
barrier();
}
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