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/2eeeb0a89a4a
branches: trunk
changeset: 808959:2eeeb0a89a4a
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 19d9cba4ee47 -r 2eeeb0a89a4a 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