Call powerpc_sync() instead of using an asm statement.

This commit is contained in:
marcel 2008-08-30 18:39:29 +00:00
parent 7cf0ef569d
commit 68d75b49c2

View File

@ -743,7 +743,7 @@ cpu_idle(int busy)
}
#endif
if (powerpc_pow_enabled) {
__asm __volatile("sync");
powerpc_sync();
mtmsr(msr | PSL_POW);
isync();
}