diff options
Diffstat (limited to 'Private/HALKit/AMD64/HalHardwareAPIC.cpp')
| -rw-r--r-- | Private/HALKit/AMD64/HalHardwareAPIC.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/HALKit/AMD64/HalHardwareAPIC.cpp b/Private/HALKit/AMD64/HalHardwareAPIC.cpp index d2b99ed3..0c65ed5d 100644 --- a/Private/HALKit/AMD64/HalHardwareAPIC.cpp +++ b/Private/HALKit/AMD64/HalHardwareAPIC.cpp @@ -8,7 +8,7 @@ // bugs = 0 -namespace HCore { +namespace NewOS { // @brief wakes up thread. // wakes up thread from hang. void rt_wakeup_thread(HAL::StackFrame* stack) { @@ -34,4 +34,4 @@ void rt_hang_thread(HAL::StackFrame* stack) { HAL::rt_sti(); } -} // namespace HCore +} // namespace NewOS |
