Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/playstation2/playstation2 Adapt to recent MIPS changes
details: https://anonhg.NetBSD.org/src/rev/76299f389f37
branches: trunk
changeset: 346545:76299f389f37
user: maya <maya%NetBSD.org@localhost>
date: Mon Jul 18 19:50:11 2016 +0000
description:
Adapt to recent MIPS changes
need mips/locore.h for cpu_identify
diffstat:
sys/arch/playstation2/playstation2/cpu.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 4173f24c8bf2 -r 76299f389f37 sys/arch/playstation2/playstation2/cpu.c
--- a/sys/arch/playstation2/playstation2/cpu.c Mon Jul 18 19:32:44 2016 +0000
+++ b/sys/arch/playstation2/playstation2/cpu.c Mon Jul 18 19:50:11 2016 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index