Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/amd64 Start with .text not to inherit the las...
details: https://anonhg.NetBSD.org/src/rev/c0a093c297fd
branches: trunk
changeset: 358863:c0a093c297fd
user: maxv <maxv%NetBSD.org@localhost>
date: Sat Jan 20 14:08:08 2018 +0000
description:
Start with .text not to inherit the last section of amd64_trap.S, and
remove outdated #define.
diffstat:
sys/arch/amd64/amd64/vector.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r ee2aa6d12732 -r c0a093c297fd sys/arch/amd64/amd64/vector.S
--- a/sys/arch/amd64/amd64/vector.S Sat Jan 20 13:56:08 2018 +0000
+++ b/sys/arch/amd64/amd64/vector.S Sat Jan 20 14:08:08 2018 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index