diff options
Diffstat (limited to 'usr/src/uts/sun4/cpu/cpu_module.c')
-rw-r--r-- | usr/src/uts/sun4/cpu/cpu_module.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/sun4/cpu/cpu_module.c b/usr/src/uts/sun4/cpu/cpu_module.c index e026efa8de..a0fa2c037b 100644 --- a/usr/src/uts/sun4/cpu/cpu_module.c +++ b/usr/src/uts/sun4/cpu/cpu_module.c @@ -43,6 +43,8 @@ uint_t adj_shift; hrtime_t hrtime_base; int traptrace_use_stick; uint_t cpu_impl_dual_pgsz; +uint64_t native_tick_offset; +uint64_t native_stick_offset; void cpu_setup(void) |