Module Name: src
Committed By: maxv
Date: Sat Jan 20 14:08:08 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: vector.S
Log Message:
Start with .text not to inherit the last section of amd64_trap.S, and
remove outdated #define.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/amd64/amd64/vector.S
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/vector.S
diff -u src/sys/arch/amd64/amd64/vector.S:1.53 src/sys/arch/amd64/amd64/vector.S:1.54
--- src/sys/arch/amd64/amd64/vector.S:1.53 Wed Nov 8 18:29:04 2017
+++ src/sys/arch/amd64/amd64/vector.S Sat Jan 20 14:08:08 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: vector.S,v 1.53 2017/11/08 18:29:04 maxv Exp $ */
+/* $NetBSD: vector.S,v 1.54 2018/01/20 14:08:08 maxv Exp $ */
/*
* Copyright (c) 1998, 2007, 2008 The NetBSD Foundation, Inc.
@@ -87,9 +87,9 @@
#include "amd64_trap.S"
-/*****************************************************************************/
+ .text
-#define __HAVE_GENERIC_SOFT_INTERRUPTS /* XXX */
+/*****************************************************************************/
/*
* Macros for interrupt entry, call to handler, and exit.