diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-17 15:48:23 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-17 15:48:23 +0200 |
| commit | 62f66862047e56656476e7590f83082477d1bcd9 (patch) | |
| tree | 2ba9623d0bb159791bdf9f7d0c759c25c6f571db /arch/x86_64 | |
| parent | 824cc5a96f8a6f666a5c963897c8ab9076b48373 (diff) | |
| download | kernel-62f66862047e56656476e7590f83082477d1bcd9.tar.xz kernel-62f66862047e56656476e7590f83082477d1bcd9.zip | |
kernel: minor post-epic cleanups
Diffstat (limited to 'arch/x86_64')
| -rw-r--r-- | arch/x86_64/arch/bus/cpu.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
