summaryrefslogtreecommitdiff
path: root/kernel/src/arch/x86_64/cpu_local.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/src/arch/x86_64/cpu_local.hpp')
-rw-r--r--kernel/src/arch/x86_64/cpu_local.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/src/arch/x86_64/cpu_local.hpp b/kernel/src/arch/x86_64/cpu_local.hpp
index e839413..d5add64 100644
--- a/kernel/src/arch/x86_64/cpu_local.hpp
+++ b/kernel/src/arch/x86_64/cpu_local.hpp
@@ -15,6 +15,7 @@ typedef struct {
std::uint64_t timer_ist_stack;
std::uint32_t cpu;
std::uint64_t tsc_freq;
+ void* pvclock_buffer;
thread* current_thread;
} cpudata_t;