summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-02-04 14:11:45 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:02 +0200
commit9bf771c3a8fa48a94dfa9fdd1a61e1f0c4b198f0 (patch)
tree6a08d9dadbfe513fee90cbde15f9855ff7613639
parent8f8ef5d5634f5ae4d43c46044555dba1073f5f9a (diff)
2007-02-04 Thomas Schwinge <tschwinge@gnu.org>
* i386/i386/hardclock.c: Don't check for the `SYMMETRY' platform.
-rw-r--r--ChangeLog2
-rw-r--r--i386/i386/hardclock.c3
2 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ace34e2..3a22d03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-02-04 Thomas Schwinge <tschwinge@gnu.org>
+ * i386/i386/hardclock.c: Don't check for the `SYMMETRY' platform.
+
* kern/timer.h: Add some comments from...
* i386/i386/timer.h: ... here and remove this file.
diff --git a/i386/i386/hardclock.c b/i386/i386/hardclock.c
index c34105b..9e47df6 100644
--- a/i386/i386/hardclock.c
+++ b/i386/i386/hardclock.c
@@ -35,9 +35,6 @@
#include <kern/time_out.h>
#include <i386/thread.h>
-#ifdef SYMMETRY
-#include <sqt/intctl.h>
-#endif
#if defined(AT386)
#include <i386/ipl.h>
#endif