summaryrefslogtreecommitdiff
path: root/sys/inc
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-11-16 20:27:06 -0500
committerIan Moffett <ian@osmora.org>2025-11-16 20:27:06 -0500
commit65fe882d0c8d1f67579ad920e4f29a7c93b7cbfa (patch)
tree2e8aa55e1d6f24390c8e8964d6e379c2f89e62e0 /sys/inc
parent7bd4a110cab70c868dc0a896020b47443f7324ef (diff)
kern: mu: Get rid of that yucky self field
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/inc')
-rw-r--r--sys/inc/mu/cpu.h2
1 files changed, 0 insertions, 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;
};
/*