Commit 48b8720c authored by David Mosberger's avatar David Mosberger

ia64: Minor formatting fix for two earlier patches.

parent af2f859d
...@@ -173,8 +173,8 @@ __setup("nohalt", nohalt_setup); ...@@ -173,8 +173,8 @@ __setup("nohalt", nohalt_setup);
void void
default_idle (void) default_idle (void)
{ {
unsigned long pmu_active = ia64_getreg(_IA64_REG_PSR) & unsigned long pmu_active = ia64_getreg(_IA64_REG_PSR) & (IA64_PSR_PP | IA64_PSR_UP);
(IA64_PSR_PP | IA64_PSR_UP);
while (!need_resched()) while (!need_resched())
if (pal_halt && !pmu_active) if (pal_halt && !pmu_active)
safe_halt(); safe_halt();
......
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