summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/bits/mp.h
diff options
context:
space:
mode:
authorMichael Brown2024-03-15 18:30:21 +0100
committerMichael Brown2024-03-15 18:30:21 +0100
commit1344e13a03cb6ed25372651cae6b057b863c89be (patch)
tree16c62043094c652a3179ec302b436185f3c5b822 /src/arch/x86/include/bits/mp.h
parent[librm] Add support for installing a startup IPI handler (diff)
downloadipxe-1344e13a03cb6ed25372651cae6b057b863c89be.tar.gz
ipxe-1344e13a03cb6ed25372651cae6b057b863c89be.tar.xz
ipxe-1344e13a03cb6ed25372651cae6b057b863c89be.zip
[bios] Provide a multiprocessor API for BIOS
Provide an implementation of the iPXE multiprocessor API for BIOS, based on sending broadcast INIT and SIPI interprocessor interrupts to start up all application processors. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/include/bits/mp.h')
-rw-r--r--src/arch/x86/include/bits/mp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/include/bits/mp.h b/src/arch/x86/include/bits/mp.h
index fe466b09..4541aca3 100644
--- a/src/arch/x86/include/bits/mp.h
+++ b/src/arch/x86/include/bits/mp.h
@@ -9,4 +9,6 @@
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+#include <ipxe/bios_mp.h>
+
#endif /* _BITS_MP_H */