diff options
| author | kaashoek <kaashoek> | 2006-07-05 20:00:14 +0000 |
|---|---|---|
| committer | kaashoek <kaashoek> | 2006-07-05 20:00:14 +0000 |
| commit | b22d898297a2496ba4cfd31d445769fbebc0a46d (patch) | |
| tree | 99a08718f78c6836be1a245650e48c9f20333fb9 /proc.h | |
| parent | 8b4e2a08febc8b957b44732dbc7da831479a0005 (diff) | |
| download | xv6-labs-2022-b22d898297a2496ba4cfd31d445769fbebc0a46d.tar.xz xv6-labs-2022-b22d898297a2496ba4cfd31d445769fbebc0a46d.zip | |
timer interrupts
disk interrupts (assuming bochs has a bug)
Diffstat (limited to 'proc.h')
| -rw-r--r-- | proc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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() }; |
