]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - kernel/include/arch-x86/thread.h
Lots of stuff.
[polintos/scott/priv.git] / kernel / include / arch-x86 / thread.h
index 027b007b3c9d8cfecb323e3ef2d04925547dff52..ae67bd36ac36cd53fe1eb32b648325e7246d6f89 100644 (file)
@@ -8,7 +8,7 @@ namespace Threads {
 }
 
 namespace Mem {
-       class AddrSpace;
+       class ProcAddrSpace;
 }
 
 namespace Arch {
@@ -24,7 +24,7 @@ namespace Arch {
        };
 
        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 {