]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - kernel/include/arch-x86/thread.h
update
[polintos/scott/priv.git] / kernel / include / arch-x86 / thread.h
index 027b007b3c9d8cfecb323e3ef2d04925547dff52..92449fb9c7585c2c9d89c6643cbac6dc7c05cdf7 100644 (file)
@@ -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 {