Module Name:    src
Committed By:   matt
Date:           Mon Jun 15 16:53:17 UTC 2015

Modified Files:
        src/sys/arch/ews4800mips/ews4800mips: cons_machdep.c

Log Message:
#include <sys/cpu.h> for curlwp


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ews4800mips/ews4800mips/cons_machdep.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/ews4800mips/ews4800mips/cons_machdep.c
diff -u src/sys/arch/ews4800mips/ews4800mips/cons_machdep.c:1.7 src/sys/arch/ews4800mips/ews4800mips/cons_machdep.c:1.8
--- src/sys/arch/ews4800mips/ews4800mips/cons_machdep.c:1.7	Wed Aug  8 09:02:49 2012
+++ src/sys/arch/ews4800mips/ews4800mips/cons_machdep.c	Mon Jun 15 16:53:17 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: cons_machdep.c,v 1.7 2012/08/08 09:02:49 martin Exp $	*/
+/*	$NetBSD: cons_machdep.c,v 1.8 2015/06/15 16:53:17 matt Exp $	*/
 
 /*-
  * Copyright (c) 2004, 2005 The NetBSD Foundation, Inc.
@@ -30,11 +30,12 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cons_machdep.c,v 1.7 2012/08/08 09:02:49 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cons_machdep.c,v 1.8 2015/06/15 16:53:17 matt Exp $");
 
 #include <sys/param.h>
-#include <sys/systm.h>
 #include <sys/conf.h>
+#include <sys/cpu.h>
+#include <sys/systm.h>
 
 #include <dev/cons.h>
 

Reply via email to