Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include include machine/vmparam.h vs mips/vmpa...
details: https://anonhg.NetBSD.org/src/rev/c667bd8f1056
branches: trunk
changeset: 938211:c667bd8f1056
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Sep 04 08:17:53 2020 +0000
description:
include machine/vmparam.h vs mips/vmparam.h to make sure we get
platform-specific defines first.
fixes build issue for playstation2.
diffstat:
sys/arch/mips/include/proc.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 84d991b13059 -r c667bd8f1056 sys/arch/mips/include/proc.h
--- a/sys/arch/mips/include/proc.h Fri Sep 04 06:54:07 2020 +0000
+++ b/sys/arch/mips/include/proc.h Fri Sep 04 08:17:53 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.31 2020/08/26 10:51:45 simonb Exp $ */
+/* $NetBSD: proc.h,v 1.32 2020/09/04 08:17:53 mrg Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -38,7 +38,7 @@
#define _MIPS_PROC_H_
#include <sys/param.h>
-#include <mips/vmparam.h>
+#include <machine/vmparam.h>
struct lwp;
Home |
Main Index |
Thread Index |
Old Index