diff options
| author | bunnei <bunneidev@gmail.com> | 2021-08-18 15:42:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-18 15:42:46 -0700 |
| commit | aa40084c241129ef08081bae72bd5de1b4c86348 (patch) | |
| tree | b4f406cbf0f230cf9064040992ce3ef8bf54e5a7 /src/core/core.h | |
| parent | 521e6ac17483e975e2fc731fed879e9f3edf7547 (diff) | |
| parent | aef0ca6f0d422623f46f47c15e9a4c9b5fd04dd0 (diff) | |
Merge pull request #6832 from bunnei/scheduler-improvements
kernel: Various improvements to scheduler
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/core.h b/src/core/core.h index ea143043c..cd9af0c07 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -205,9 +205,6 @@ public: /// Gets an ARM interface to the CPU core that is currently running [[nodiscard]] const ARM_Interface& CurrentArmInterface() const; - /// Gets the index of the currently running CPU core - [[nodiscard]] std::size_t CurrentCoreIndex() const; - /// Gets the physical core for the CPU core that is currently running [[nodiscard]] Kernel::PhysicalCore& CurrentPhysicalCore(); |
