a few core -> CPU

get rid of PDF generating support
This commit is contained in:
Robert Morris 2019-07-23 11:14:10 -04:00
parent b8a31c494c
commit 55bc96d419
10 changed files with 7 additions and 560 deletions

View file

@ -46,7 +46,7 @@ cpuid()
return id;
}
// Return this core's cpu struct.
// Return this CPU's cpu struct.
// Interrupts must be disabled.
struct cpu*
mycpu(void) {