aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/machdep.c
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1999-05-31 18:36:14 +0000
committerDoug Rabson <dfr@FreeBSD.org>1999-05-31 18:36:14 +0000
commit3bfc7e59282b61d142c0a1c2170c0f892a3ad90f (patch)
treef8c61c9826112c233276ec8073d3ce5c1cf6cfbb /sys/amd64/amd64/machdep.c
parentc77dda34aebb95e74d334721ad753a89352c2bdb (diff)
downloadsrc-3bfc7e59282b61d142c0a1c2170c0f892a3ad90f.tar.gz
src-3bfc7e59282b61d142c0a1c2170c0f892a3ad90f.zip
Remove fd driver from its old home and change files which include rtc.h
to account for its new location.
Notes
Notes: svn path=/head/; revision=47642
Diffstat (limited to 'sys/amd64/amd64/machdep.c')
-rw-r--r--sys/amd64/amd64/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 2dd2ad4230df..006f3fdecbf6 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.334 1999/05/06 00:54:44 luoqi Exp $
+ * $Id: machdep.c,v 1.335 1999/05/12 21:38:42 luoqi Exp $
*/
#include "apm.h"
@@ -125,7 +125,7 @@
#endif
#include <i386/isa/intr_machdep.h>
#ifndef VM86
-#include <i386/isa/rtc.h>
+#include <isa/rtc.h>
#endif
#include <machine/random.h>
#include <sys/ptrace.h>