From 8bf5d4e496a320d37cd03ed6cd0516acb187720d Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 16 Nov 2025 20:28:11 -0500 Subject: kern/amd64+mu: Introduce percpu machine core block Signed-off-by: Ian Moffett --- sys/inc/mu/cpu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/inc/mu/cpu.h') diff --git a/sys/inc/mu/cpu.h b/sys/inc/mu/cpu.h index c96184b..d49c22e 100644 --- a/sys/inc/mu/cpu.h +++ b/sys/inc/mu/cpu.h @@ -31,14 +31,17 @@ #define _MU_CPU_H_ 1 #include +#include /* * Processor descriptor * * @id: Logical ID of the processor + * @mcb: Machine core block */ struct cpu_info { uint8_t id; + struct mcb *mcb; }; /* -- cgit v1.2.3