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=633b167e59dedf7d06701af078d22cb55eb19b16;hpb=11dbd684e9a3d907d43d71a3145205f1a86992fb;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 633b167e..1360b192 100644 --- a/KernelLand/Kernel/arch/x86_64/include/arch.h +++ b/KernelLand/Kernel/arch/x86_64/include/arch.h @@ -43,7 +43,6 @@ typedef Uint64 Uint; typedef Uint64 tPAddr; typedef Uint64 tVAddr; -typedef Uint64 size_t; typedef char BOOL; #define __ASM__ __asm__ __volatile__ @@ -106,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