X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Finclude%2Farch-x86%2Fthread.h;h=92449fb9c7585c2c9d89c6643cbac6dc7c05cdf7;hb=4b46e0122596ab988ca1c2045464ad7c2af0358b;hp=027b007b3c9d8cfecb323e3ef2d04925547dff52;hpb=7da27a216a7f4bb3331fe315cdbec69bfcf2c762;p=polintos%2Fscott%2Fpriv.git diff --git a/kernel/include/arch-x86/thread.h b/kernel/include/arch-x86/thread.h index 027b007..92449fb 100644 --- a/kernel/include/arch-x86/thread.h +++ b/kernel/include/arch-x86/thread.h @@ -8,7 +8,7 @@ namespace Threads { } namespace Mem { - class AddrSpace; + class ProcAddrSpace; } namespace Arch { @@ -20,11 +20,11 @@ namespace Arch { size = 4096 }; - void init(void *entry, void *arg); + void init(void *entry, void *arg1, void *arg2); }; void switch_thread(Threads::Thread *dest, Threads::Thread *src); - void set_aspace(Mem::AddrSpace *aspace); + void set_aspace(Mem::ProcAddrSpace *aspace); namespace Priv { struct TSS {