diff options
author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-24 19:14:46 +0000 |
---|---|---|
committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-24 19:14:46 +0000 |
commit | b7b5ae3edbad0eca5ed8a9a08326ad0867b4d94d (patch) | |
tree | 3ded447729da2f74d5f91dcc467cfc6d7425da2b /sys/i386/isa/intr_machdep.c | |
parent | c1f567e3044cc90dc3b0f50989e575305d4a2421 (diff) |
Use repo-copied files in sys/i386/bios.
Notes
Notes:
svn path=/head/; revision=112551
Diffstat (limited to 'sys/i386/isa/intr_machdep.c')
-rw-r--r-- | sys/i386/isa/intr_machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/intr_machdep.c b/sys/i386/isa/intr_machdep.c index 0d480c67785a..67b5deafd587 100644 --- a/sys/i386/isa/intr_machdep.c +++ b/sys/i386/isa/intr_machdep.c @@ -83,7 +83,7 @@ #endif #ifdef DEV_MCA -#include <i386/isa/mca_machdep.h> +#include <i386/bios/mca_machdep.h> #endif /* |