Call powerpc_sync() instead of using an asm statement.
This commit is contained in:
parent
7cf0ef569d
commit
68d75b49c2
@ -743,7 +743,7 @@ cpu_idle(int busy)
|
||||
}
|
||||
#endif
|
||||
if (powerpc_pow_enabled) {
|
||||
__asm __volatile("sync");
|
||||
powerpc_sync();
|
||||
mtmsr(msr | PSL_POW);
|
||||
isync();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user