diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-05-27 13:50:07 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-05-27 13:50:07 +0200 |
| commit | ce84bea215424ff36a2c18cab67835edfa8f71b5 (patch) | |
| tree | ef11d2595352666d67f4d5f79eee747a3cafda63 /Kernel/KernelKit/SMPManager.hpp | |
| parent | 030a818fd31762b47c4fdf34c67c306ec069ad09 (diff) | |
MHR-23: :boom: Change ::Shared() to ::The().
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Kernel/KernelKit/SMPManager.hpp')
| -rw-r--r-- | Kernel/KernelKit/SMPManager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/KernelKit/SMPManager.hpp b/Kernel/KernelKit/SMPManager.hpp index 12260a33..eb8c908a 100644 --- a/Kernel/KernelKit/SMPManager.hpp +++ b/Kernel/KernelKit/SMPManager.hpp @@ -105,7 +105,7 @@ namespace NewOS public: /// @brief Shared instance of the SMP Manager. /// @return the reference to the smp manager. - static Ref<SMPManager> Shared(); + static Ref<SMPManager> The(); public: /// @brief Returns the amount of threads present in the system. |
