X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Farch%2Fx86%2Finclude%2Farch.h;h=658684528f161acd0498e0863ca4521d3667283f;hb=a68d8ae1a9840367f9ca749170b62fe84850bef9;hp=8a9870589b27b0010b2798f4696965729f34f70b;hpb=48743e39650eb1ef988380e9d95f27fd40d3a9ce;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/arch/x86/include/arch.h b/KernelLand/Kernel/arch/x86/include/arch.h index 8a987058..65868452 100644 --- a/KernelLand/Kernel/arch/x86/include/arch.h +++ b/KernelLand/Kernel/arch/x86/include/arch.h @@ -45,6 +45,7 @@ struct sShortSpinlock { #if LOCK_DISABLE_INTS int IF; //!< Interrupt state on call to SHORTLOCK #endif + void *LockedBy; }; // === MACROS === @@ -77,7 +78,6 @@ typedef signed char Sint8; typedef signed short Sint16; typedef signed long Sint32; typedef signed long long Sint64; -typedef Uint size_t; typedef char BOOL; typedef Uint32 tPAddr;