From 65fe882d0c8d1f67579ad920e4f29a7c93b7cbfa Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 16 Nov 2025 20:27:06 -0500 Subject: kern: mu: Get rid of that yucky self field Signed-off-by: Ian Moffett --- sys/inc/mu/cpu.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/inc/mu/cpu.h b/sys/inc/mu/cpu.h index 967005e..c96184b 100644 --- a/sys/inc/mu/cpu.h +++ b/sys/inc/mu/cpu.h @@ -36,11 +36,9 @@ * Processor descriptor * * @id: Logical ID of the processor - * @self: Self pointer for referencing via %GS */ struct cpu_info { uint8_t id; - struct cpu_info *self; }; /* -- cgit v1.2.3