Fix errors in atomic operations.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
static void machine_power_off()
|
||||
{
|
||||
while (true) {
|
||||
while (1) {
|
||||
cpu_relax();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user