summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/amd64/machdep.c')
-rw-r--r--sys/amd64/amd64/machdep.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 331770d..3b60112 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.298 1998/06/03 07:56:59 bde Exp $
+ * $Id: machdep.c,v 1.299 1998/06/07 17:10:01 dfr Exp $
*/
#include "apm.h"
@@ -211,6 +211,9 @@ static vm_offset_t pager_sva, pager_eva;
#ifdef NETISR
extern struct linker_set netisr_set;
#endif
+#if NNPX > 0
+extern struct isa_driver npxdriver;
+#endif
#define offsetof(type, member) ((size_t)(&((type *)0)->member))
OpenPOWER on IntegriCloud