diff options
Diffstat (limited to 'proc.h')
| -rw-r--r-- | proc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ struct cpu {    volatile uint started;       // Has the CPU started?    int ncli;                    // Depth of pushcli nesting.    int intena;                  // Were interrupts enabled before pushcli? -   +    // Cpu-local storage variables; see below    struct cpu *cpu;    struct proc *proc;           // The currently-running process.  | 
