From 29270816285978e44b317c6e5c7bfa7a89ec24dd Mon Sep 17 00:00:00 2001 From: rtm Date: Thu, 20 Jul 2006 09:07:53 +0000 Subject: uint32_t -> uint &c --- proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proc.h') diff --git a/proc.h b/proc.h index 8fb935c..1b86eb2 100644 --- a/proc.h +++ b/proc.h @@ -65,7 +65,7 @@ extern struct proc *curproc[NCPU]; // can be NULL if no proc running. #define MPSTACK 512 struct cpu { - uint8_t apicid; // Local APIC ID + uchar apicid; // Local APIC ID struct jmpbuf jmpbuf; char mpstack[MPSTACK]; // per-cpu start-up stack, only used to get into main() struct proc *lastproc; // last proc scheduled on this cpu (never NULL) -- cgit v1.2.3