Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/arch/amd64/amd64 If we're going to use the MP-...
details: https://anonhg.NetBSD.org/src/rev/5005facce623
branches: pgoyette-compat
changeset: 830788:5005facce623
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Sep 25 00:00:05 2018 +0000
description:
If we're going to use the MP-safe HOOK macros, it helps to define them
by including the proper header!
diffstat:
sys/arch/amd64/amd64/netbsd32_machdep_16.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 48d9904bac24 -r 5005facce623 sys/arch/amd64/amd64/netbsd32_machdep_16.c
--- a/sys/arch/amd64/amd64/netbsd32_machdep_16.c Mon Sep 24 23:47:07 2018 +0000
+++ b/sys/arch/amd64/amd64/netbsd32_machdep_16.c Tue Sep 25 00:00:05 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_machdep_16.c,v 1.1.2.3 2018/09/24 22:56:45 pgoyette Exp $ */
+/* $NetBSD: netbsd32_machdep_16.c,v 1.1.2.4 2018/09/25 00:00:05 pgoyette Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep_16.c,v 1.1.2.3 2018/09/24 22:56:45 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep_16.c,v 1.1.2.4 2018/09/25 00:00:05 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -59,6 +59,7 @@
#include <sys/ras.h>
#include <sys/ptrace.h>
#include <sys/kauth.h>
+#include <sys/module_hook.h>
#include <x86/fpu.h>
#include <x86/dbregs.h>
Home |
Main Index |
Thread Index |
Old Index