X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86_64%2Fproc.c;h=f7d6f92cfa05521512601eabe1b02e211230322c;hb=cfcbb03e9b8d5f24069a212330075540161c8be0;hp=15c60b464b16efe383029ef665675cc836f950b2;hpb=7c5a60c8be053f65ecceb47be773ea21a050b186;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86_64/proc.c b/Kernel/arch/x86_64/proc.c index 15c60b46..f7d6f92c 100644 --- a/Kernel/arch/x86_64/proc.c +++ b/Kernel/arch/x86_64/proc.c @@ -68,6 +68,8 @@ void Proc_StartProcess(Uint16 SS, Uint Stack, Uint Flags, Uint16 CS, Uint IP); void Proc_Scheduler(int CPU); // === GLOBALS === +//!\brief Used by desctab.asm in SyscallStub +const int ci_offsetof_tThread_KernelStack = offsetof(tThread, KernelStack); // --- Multiprocessing --- #if USE_MP volatile int giNumInitingCPUs = 0;