summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/AMD64/Processor.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-15 10:24:53 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-15 10:24:53 +0100
commitda44113b0200161a8826ec6292af111e9292c3d1 (patch)
tree85eab0f81d1c6caf6b1133218096994c9b8019aa /dev/Kernel/HALKit/AMD64/Processor.h
parentd561eeb53d5c3e6e8f712691a56ba706051316ce (diff)
ADD: Patches to NeFS, only FindFork to fix now.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/HALKit/AMD64/Processor.h')
-rw-r--r--dev/Kernel/HALKit/AMD64/Processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/HALKit/AMD64/Processor.h b/dev/Kernel/HALKit/AMD64/Processor.h
index 31a6d2c5..8709dc30 100644
--- a/dev/Kernel/HALKit/AMD64/Processor.h
+++ b/dev/Kernel/HALKit/AMD64/Processor.h
@@ -177,7 +177,7 @@ namespace Kernel::HAL
static Void Load(Register64& idt);
static Void Load(Ref<Register64>& idt);
};
-
+
/***********************************************************************************/
/// @brief Is the current config SMP aware?
/// @return True if YES, False if not.