Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ews4800mips/ews4800mips #include <sys/cpu.h> for cu...
details: https://anonhg.NetBSD.org/src/rev/2c87307a9c86
branches: trunk
changeset: 338898:2c87307a9c86
user: matt <matt%NetBSD.org@localhost>
date: Mon Jun 15 16:53:17 2015 +0000
description:
#include <sys/cpu.h> for curlwp
diffstat:
sys/arch/ews4800mips/ews4800mips/cons_machdep.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r c812a9b3b890 -r 2c87307a9c86 sys/arch/ews4800mips/ews4800mips/cons_machdep.c
--- a/sys/arch/ews4800mips/ews4800mips/cons_machdep.c Mon Jun 15 16:33:38 2015 +0000
+++ b/sys/arch/ews4800mips/ews4800mips/cons_machdep.c Mon Jun 15 16:53:17 2015 +0000
@@ -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/conf.h>
+#include <sys/cpu.h>
#include <sys/systm.h>
-#include <sys/conf.h>
#include <dev/cons.h>
Home |
Main Index |
Thread Index |
Old Index