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 #include <mips/frame.h> to get...
details: https://anonhg.NetBSD.org/src/rev/b9c63804f6bd
branches: trunk
changeset: 1020053:b9c63804f6bd
user: simonb <simonb%NetBSD.org@localhost>
date: Mon Mar 29 01:47:45 2021 +0000
description:
Include #include <mips/frame.h> to get lwp_trapframe() definition.
Needed for dtrace.
diffstat:
sys/arch/mips/include/cpu.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 05edb8502e5e -r b9c63804f6bd sys/arch/mips/include/cpu.h
--- a/sys/arch/mips/include/cpu.h Mon Mar 29 01:46:26 2021 +0000
+++ b/sys/arch/mips/include/cpu.h Mon Mar 29 01:47:45 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.131 2020/08/17 03:19:35 mrg Exp $ */
+/* $NetBSD: cpu.h,v 1.132 2021/03/29 01:47:45 simonb Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -53,6 +53,8 @@
#include "opt_multiprocessor.h"
#endif
+#include <mips/frame.h>
+
#include <sys/cpu_data.h>
#include <sys/device_if.h>
#include <sys/evcnt.h>
Home |
Main Index |
Thread Index |
Old Index