summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc')
-rw-r--r--dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc b/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc
index c847f2b9..9987a0c5 100644
--- a/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc
+++ b/dev/Kernel/HALKit/AMD64/HalApplicationProcessor.cc
@@ -235,7 +235,7 @@ namespace NeOS::HAL
break;
kAPICLocales[kSMPCount] = kMADTBlock->List[kSMPCount].LAPIC.ProcessorID;
- kout << "SMP: APIC ID: " << number(kAPICLocales[kSMPCount]) << endl;
+ kout << "SMP: APIC ID: " << number(kAPICLocales[kSMPCount]) << kendl;
// I'll just make the AP start from scratch here.
@@ -258,7 +258,7 @@ namespace NeOS::HAL
++index;
}
- kout << "SMP: number of APs: " << number(kSMPCount) << endl;
+ kout << "SMP: number of APs: " << number(kSMPCount) << kendl;
// Kernel is now SMP aware.
// That means that the scheduler is now available (on MP Kernels)