summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-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;
};
/*