diff options
| author | Quentin Schulz <[email protected]> | 2026-08-25 18:49:44 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-08-29 06:41:35 +0200 |
| commit | faf64eb09d3812ba0c7c11bb60523227e658257a (patch) | |
| tree | 9874969f96985a46a45d78e522723cda4576bfdf | |
| parent | d3e750326e028ee6ce44c45fe30b0ce510a096f5 (diff) | |
doc: arch/x86: update MP link
The page on the Intel website has been redirecting to a generic page for
the last 10 years according to the wayback machine. Let's just point at
the Wikipedia page instead of some generic and unhelpful URL.
Signed-off-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | doc/arch/x86/x86.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/arch/x86/x86.rst b/doc/arch/x86/x86.rst index 3c61c3058f7..e7bd9205caa 100644 --- a/doc/arch/x86/x86.rst +++ b/doc/arch/x86/x86.rst @@ -484,6 +484,6 @@ TODO List .. _QEMU: http://www.qemu.org .. _microcode: http://en.wikipedia.org/wiki/Microcode .. _SFI: https://en.wikipedia.org/wiki/Simple_Firmware_Interface -.. _MP: http://www.intel.com/design/archives/processors/pro/docs/242016.htm +.. _MP: https://en.wikipedia.org/wiki/MultiProcessor_Specification .. _SeaBIOS: http://www.seabios.org/SeaBIOS .. _ACPI: http://www.acpi.info |
