mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2024-11-27 10:00:17 -06:00
Remove redundant barrier.
This commit is contained in:
parent
3028cd31f9
commit
93343db711
@ -429,7 +429,6 @@ void main(void)
|
||||
usleep(100);
|
||||
}
|
||||
}
|
||||
BARRIER;
|
||||
|
||||
#if TEST_INTERRUPT
|
||||
if (my_cpu == 0) {
|
||||
@ -559,7 +558,6 @@ void main(void)
|
||||
reboot();
|
||||
}
|
||||
init_state = 2;
|
||||
BARRIER;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user