summaryrefslogtreecommitdiffstats
path: root/include/arch/x86_64/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/x86_64/object.h')
-rw-r--r--include/arch/x86_64/object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/arch/x86_64/object.h b/include/arch/x86_64/object.h
index e13a987..77b07ea 100644
--- a/include/arch/x86_64/object.h
+++ b/include/arch/x86_64/object.h
@@ -13,6 +13,9 @@ typedef struct jove_ThreadControlBlock
uintptr_t sp, ksp;
void *pml4;
void *mailbox;
+
+ /* PML caching for faster calls?*/
+
uint8_t kstack[KERNEL_STACKBYTES];
} tcb_t;