Module Name: src
Committed By: martin
Date: Fri Jul 13 14:11:02 UTC 2018
Modified Files:
src/sys/arch/amd64/include: frameasm.h
Log Message:
Provide empty SVS_ENTER_NMI/SVS_LEAVE_NMI for kernels w/o options SVS
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/amd64/include/frameasm.h
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/include/frameasm.h
diff -u src/sys/arch/amd64/include/frameasm.h:1.39 src/sys/arch/amd64/include/frameasm.h:1.40
--- src/sys/arch/amd64/include/frameasm.h:1.39 Thu Jul 12 19:48:16 2018
+++ src/sys/arch/amd64/include/frameasm.h Fri Jul 13 14:11:02 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: frameasm.h,v 1.39 2018/07/12 19:48:16 maxv Exp $ */
+/* $NetBSD: frameasm.h,v 1.40 2018/07/13 14:11:02 martin Exp $ */
#ifndef _AMD64_MACHINE_FRAMEASM_H
#define _AMD64_MACHINE_FRAMEASM_H
@@ -185,7 +185,9 @@
#else
#define SVS_ENTER /* nothing */
+#define SVS_ENTER_NMI /* nothing */
#define SVS_LEAVE /* nothing */
+#define SVS_LEAVE_NMI /* nothing */
#define SVS_ENTER_ALTSTACK /* nothing */
#define SVS_LEAVE_ALTSTACK /* nothing */
#endif