kern: update KHardwareTimer, move out of KCoreLocalRegion

This commit is contained in:
Michael Scire 2020-12-01 07:47:29 -08:00 committed by SciresM
parent 5cb237d030
commit bee629b8ad
5 changed files with 27 additions and 47 deletions

View file

@ -30,6 +30,7 @@ namespace ams::kern {
constinit KUnsafeMemory Kernel::s_unsafe_memory;
constinit KWorkerTaskManager Kernel::s_worker_task_managers[KWorkerTaskManager::WorkerType_Count];
constinit KInterruptManager Kernel::s_interrupt_manager;
constinit KHardwareTimer Kernel::s_hardware_timers[cpu::NumCores];
namespace {