diff options
author | kaashoek <kaashoek> | 2006-09-04 12:41:27 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-09-04 12:41:27 +0000 |
commit | a81e02133a2e8cb20ba62113a67bc9bee746c8bf (patch) | |
tree | 557088f8fbfc67cb23f4bd88168e2bebd6a64417 /lapic.c | |
parent | 82537b7156b98f5b1277641fef99d0b75a402a95 (diff) | |
download | xv6-labs-a81e02133a2e8cb20ba62113a67bc9bee746c8bf.tar.gz xv6-labs-a81e02133a2e8cb20ba62113a67bc9bee746c8bf.tar.bz2 xv6-labs-a81e02133a2e8cb20ba62113a67bc9bee746c8bf.zip |
a few nits
Diffstat (limited to 'lapic.c')
-rw-r--r-- | lapic.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -114,7 +114,6 @@ lapic_timerinit(void) void lapic_timerintr(void) { - // cprintf("cpu%d: timer interrupt!\n", cpu()); lapic_write (LAPIC_EOI, 0); } |