memtest86plus/lib
Martin Whitaker c23b129e55 Remove delay loop from spinlock wait.
Now we halt CPU cores that are going to be idle for a lengthy period,
we don't need to try to save power in other ways. And anyway, this was
not very effective.
2022-02-12 19:33:53 +00:00
..
barrier.c Initial commit. 2020-05-24 21:30:55 +01:00
barrier.h Initial commit. 2020-05-24 21:30:55 +01:00
ctype.c Initial commit. 2020-05-24 21:30:55 +01:00
ctype.h Initial commit. 2020-05-24 21:30:55 +01:00
div64.c Initial commit. 2020-05-24 21:30:55 +01:00
print.c Add missing includes of stdbool.h. 2021-12-05 13:50:25 +00:00
print.h Initial commit. 2020-05-24 21:30:55 +01:00
read.c Enable entry of address limits greater than 4GB on 32-bit build. 2020-05-29 20:42:26 +01:00
read.h Enable entry of address limits greater than 4GB on 32-bit build. 2020-05-29 20:42:26 +01:00
spinlock.h Remove delay loop from spinlock wait. 2022-02-12 19:33:53 +00:00
string.c Initial commit. 2020-05-24 21:30:55 +01:00
string.h Initial commit. 2020-05-24 21:30:55 +01:00
unistd.c Initial commit. 2020-05-24 21:30:55 +01:00
unistd.h Initial commit. 2020-05-24 21:30:55 +01:00