1 files changed, 0 insertions, 1 deletions
diff --git a/proc.h b/proc.h index e371f7d..0c748aa 100644 --- a/ proc.h+++ b/ proc.h@@ -42,7 +42,6 @@ extern struct proc *curproc[NCPU]; struct cpu { uint8_t apicid; // Local APIC ID - int lintr[2]; // Local APIC char mpstack[MPSTACK]; // per-cpu start-up stack, only used to get into main() }; |