kern: remove more of clc

This commit is contained in:
Michael Scire 2020-12-01 13:08:47 -08:00 committed by SciresM
parent aae565629e
commit 24d545701c
4 changed files with 5 additions and 29 deletions

View file

@ -26,7 +26,7 @@ namespace ams::kern::arch::arm64 {
constexpr KHardwareTimer() : KInterruptTask(), KHardwareTimerBase(), maximum_time(std::numeric_limits<s64>::max()) { /* ... */ }
public:
/* Public API. */
NOINLINE void Initialize(s32 core_id);
NOINLINE void Initialize();
NOINLINE void Finalize();
static s64 GetTick() {