Module Name:    src
Committed By:   rin
Date:           Tue Sep  7 06:36:06 UTC 2021

Modified Files:
        src/sys/arch/hpcmips/dev: m38813c.c

Log Message:
Make this compile again.

XXX
Unfortunately, kernel does not boot on TX3922-based machines...


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hpcmips/dev/m38813c.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hpcmips/dev/m38813c.c
diff -u src/sys/arch/hpcmips/dev/m38813c.c:1.15 src/sys/arch/hpcmips/dev/m38813c.c:1.16
--- src/sys/arch/hpcmips/dev/m38813c.c:1.15	Sat Aug  7 16:18:54 2021
+++ src/sys/arch/hpcmips/dev/m38813c.c	Tue Sep  7 06:36:06 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: m38813c.c,v 1.15 2021/08/07 16:18:54 thorpej Exp $ */
+/*	$NetBSD: m38813c.c,v 1.16 2021/09/07 06:36:06 rin Exp $ */
 
 /*-
  * Copyright (c) 1999, 2001 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: m38813c.c,v 1.15 2021/08/07 16:18:54 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: m38813c.c,v 1.16 2021/09/07 06:36:06 rin Exp $");
 
 #include "opt_use_poll.h"
 
@@ -42,6 +42,8 @@ __KERNEL_RCSID(0, "$NetBSD: m38813c.c,v 
 #include <sys/systm.h>
 #include <sys/device.h>
 
+#include <mips/cpuregs.h>
+
 #include <machine/bus.h>
 #include <machine/intr.h>
 

Reply via email to