Module Name: src
Committed By: pgoyette
Date: Tue Sep 25 00:00:05 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64 [pgoyette-compat]: netbsd32_machdep_16.c
Log Message:
If we're going to use the MP-safe HOOK macros, it helps to define them
by including the proper header!
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 \
src/sys/arch/amd64/amd64/netbsd32_machdep_16.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/amd64/amd64/netbsd32_machdep_16.c
diff -u src/sys/arch/amd64/amd64/netbsd32_machdep_16.c:1.1.2.3 src/sys/arch/amd64/amd64/netbsd32_machdep_16.c:1.1.2.4
--- src/sys/arch/amd64/amd64/netbsd32_machdep_16.c:1.1.2.3 Mon Sep 24 22:56:45 2018
+++ src/sys/arch/amd64/amd64/netbsd32_machdep_16.c Tue Sep 25 00:00:05 2018
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: netbsd32_mac
#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>