Module Name: src
Committed By: maya
Date: Mon Jul 18 19:50:11 UTC 2016
Modified Files:
src/sys/arch/playstation2/playstation2: cpu.c
Log Message:
Adapt to recent MIPS changes
need mips/locore.h for cpu_identify
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/playstation2/playstation2/cpu.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/playstation2/playstation2/cpu.c
diff -u src/sys/arch/playstation2/playstation2/cpu.c:1.10 src/sys/arch/playstation2/playstation2/cpu.c:1.11
--- src/sys/arch/playstation2/playstation2/cpu.c:1.10 Mon Mar 28 10:35:36 2016
+++ src/sys/arch/playstation2/playstation2/cpu.c Mon Jul 18 19:50:11 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.10 2016/03/28 10:35:36 martin Exp $ */
+/* $NetBSD: cpu.c,v 1.11 2016/07/18 19:50:11 maya Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang. All rights reserved.
@@ -26,12 +26,14 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.10 2016/03/28 10:35:36 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.11 2016/07/18 19:50:11 maya Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
+#include <mips/locore.h>
+
#include <machine/autoconf.h>
#include <machine/cpu.h>