projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
327b85a
)
Comments.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 21 Sep 2004 00:24:56 +0000
(
00:24
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 21 Sep 2004 00:24:56 +0000
(
00:24
+0000)
src/devices/timer.c
patch
|
blob
|
history
diff --git
a/src/devices/timer.c
b/src/devices/timer.c
index 200d58f8251e0b660bd3a4fa49367b337a882857..9c611a1d3eda68b6fd2317304faaef9381f9eb40 100644
(file)
--- a/
src/devices/timer.c
+++ b/
src/devices/timer.c
@@
-21,7
+21,7
@@
static volatile int64_t ticks;
static intr_handler_func timer_interrupt;
-/* Sets up the 8254 Programmable Inter
rupt
Timer (PIT) to
+/* Sets up the 8254 Programmable Inter
val
Timer (PIT) to
interrupt PIT_FREQ times per second, and registers the
corresponding interrupt. */
void