X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Farch%2Fx86_64%2Finclude%2Farch.h;h=ec7444c7a2143885487a61eaf653ac22cbe5d272;hb=af67042b8d7f05fe76583aef1afb2022b519a1aa;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..ec7444c7 100644 --- a/KernelLand/Kernel/arch/x86_64/include/arch.h +++ b/KernelLand/Kernel/arch/x86_64/include/arch.h @@ -105,8 +105,5 @@ 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); - #endif