Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/emips/emips #include <sys/cpu.h>



details:   https://anonhg.NetBSD.org/src/rev/5ac37fbb6b64
branches:  trunk
changeset: 338817:5ac37fbb6b64
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jun 09 22:48:54 2015 +0000

description:
#include <sys/cpu.h>

diffstat:

 sys/arch/emips/emips/cpu.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 2bbc54bce9a3 -r 5ac37fbb6b64 sys/arch/emips/emips/cpu.c
--- a/sys/arch/emips/emips/cpu.c        Tue Jun 09 22:47:59 2015 +0000
+++ b/sys/arch/emips/emips/cpu.c        Tue Jun 09 22:48:54 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.2 2011/02/22 08:20:20 matt Exp $ */
+/* $NetBSD: cpu.c,v 1.3 2015/06/09 22:48:54 matt Exp $ */
 
 /*
  * Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -28,11 +28,12 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.2 2011/02/22 08:20:20 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.3 2015/06/09 22:48:54 matt Exp $");
 
 #include "ioconf.h"
 
 #include <sys/param.h>
+#include <sys/cpu.h>
 #include <sys/device.h>
 #include <sys/systm.h>
 



Home | Main Index | Thread Index | Old Index