kern: remove more of clc

This commit is contained in:
Michael Scire
2020-12-01 13:08:47 -08:00
parent 3e87b8ff17
commit 25e944f519
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() {