Commit fd656881 authored by Eric Brower's avatar Eric Brower Committed by David S. Miller

[SPARC]: Remove unnecessary pm_idle comment.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d0040f09
......@@ -45,7 +45,7 @@
/*
* Power management idle function
* Set in pm platform drivers
* Set in pm platform drivers (apc.c and pmc.c)
*/
void (*pm_idle)(void);
......@@ -122,7 +122,7 @@ int cpu_idle(void)
}
while((!need_resched()) && pm_idle) {
(*pm_idle)(); /* XXX Huh? On sparc?! */
(*pm_idle)();
}
schedule();
......
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