diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-16 20:27:06 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-16 20:27:06 -0500 |
| commit | 65fe882d0c8d1f67579ad920e4f29a7c93b7cbfa (patch) | |
| tree | 2e8aa55e1d6f24390c8e8964d6e379c2f89e62e0 | |
| parent | 7bd4a110cab70c868dc0a896020b47443f7324ef (diff) | |
kern: mu: Get rid of that yucky self field
Signed-off-by: Ian Moffett <ian@osmora.org>
| -rw-r--r-- | sys/inc/mu/cpu.h | 2 |
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; }; /* |
