summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/AMD64/Processor.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-11 10:47:49 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-11 10:47:49 +0100
commitc50d283019bfbc43d460e7a66ac58f187897d474 (patch)
treeacf20a746e92b3ea8c77bbc4ec41addc7fce2955 /dev/Kernel/HALKit/AMD64/Processor.h
parent5fedb726774eb46d2aed9378b13bc296baf89333 (diff)
ADD: Tweaks on AMD64's SMP architecture, and almost done with it.
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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev/Kernel/HALKit/AMD64/Processor.h b/dev/Kernel/HALKit/AMD64/Processor.h
index def26fa9..0db498ec 100644
--- a/dev/Kernel/HALKit/AMD64/Processor.h
+++ b/dev/Kernel/HALKit/AMD64/Processor.h
@@ -192,16 +192,6 @@ namespace Kernel::HAL
Void mp_get_cores(VoidPtr vendor_ptr) noexcept;
/***********************************************************************************/
-
- Void hal_send_start_ipi(UInt32 apicId, UInt8 vector, UInt32 targetAddress);
-
- /***********************************************************************************/
-
- Void hal_send_end_ipi(UInt32 apicId, UInt8 vector, UInt32 targetAddress);
-
- /***********************************************************************************/
-
- /***********************************************************************************/
/// @brief Do a cpuid to check if MSR exists on CPU.
/// @retval true it does exists.
/// @retval false it doesn't.