From 62f66862047e56656476e7590f83082477d1bcd9 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 17 Aug 2026 15:48:23 +0200 Subject: kernel: minor post-epic cleanups --- arch/x86_64/arch/bus/cpu.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/x86_64/arch/bus/cpu.hpp b/arch/x86_64/arch/bus/cpu.hpp index 22afb4ae..40181b06 100644 --- a/arch/x86_64/arch/bus/cpu.hpp +++ b/arch/x86_64/arch/bus/cpu.hpp @@ -28,7 +28,7 @@ namespace arch::bus [[nodiscard]] virtual auto hardware_id() const noexcept -> std::uint64_t = 0; }; - //! The claim facet used to match ISA drivers. + //! The claim facet used to match CPU core drivers. struct core_claim { //! The ID of this facet @@ -73,4 +73,4 @@ namespace arch::bus } // namespace arch::bus -#endif // TEACHOS_X86_64_BUS_ISA_HPP +#endif // TEACHOS_X86_64_BUS_CPU_HPP -- cgit v1.2.3