diff options
Diffstat (limited to 'Kernel/HALKit/AMD64/HalHart.cpp')
| -rw-r--r-- | Kernel/HALKit/AMD64/HalHart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/HALKit/AMD64/HalHart.cpp b/Kernel/HALKit/AMD64/HalHart.cpp index 4718d4ab..2a12ec50 100644 --- a/Kernel/HALKit/AMD64/HalHart.cpp +++ b/Kernel/HALKit/AMD64/HalHart.cpp @@ -8,7 +8,7 @@ // bugs = 0 -namespace NewOS +namespace Kernel { /// @brief wakes up thread. /// wakes up thread from hang. @@ -30,4 +30,4 @@ namespace NewOS /* nohing, code is spinning */ } } -} // namespace NewOS +} // namespace Kernel |
