X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Farch%2Fx86_64%2Finclude%2Farch.h;h=1360b19243c392228740763ca6879c74dac29e4d;hb=HEAD;hp=c0572cb56c1d2732ea9f422441826f1c136d8ac8;hpb=a8759b69a7dddfeff55bdfde62a9a0765ccc7eee;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/arch/x86_64/include/arch.h b/KernelLand/Kernel/arch/x86_64/include/arch.h index c0572cb5..1360b192 100644 --- a/KernelLand/Kernel/arch/x86_64/include/arch.h +++ b/KernelLand/Kernel/arch/x86_64/include/arch.h @@ -105,8 +105,7 @@ extern void SHORTREL(struct sShortSpinlock *Lock); extern void Debug_PutCharDebug(char ch); extern void Debug_PutStringDebug(const char *Str); -// TODO: Move this to acess.h -extern tPAddr MM_AllocateZero(tVAddr VAddr); +extern void __AtomicTestSetLoop(Uint *Ptr, Uint Value); #endif