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 Mmh, I made a mistake in r1.10 - I forg...
details: https://anonhg.NetBSD.org/src/rev/4cd8c6a82b4d
branches: trunk
changeset: 358530:4cd8c6a82b4d
user: maxv <maxv%NetBSD.org@localhost>
date: Sat Jan 06 08:44:01 2018 +0000
description:
Mmh, I made a mistake in r1.10 - I forgot to update this function call.
diffstat:
sys/arch/amd64/amd64/amd64_trap.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e9c5c6f87cee -r 4cd8c6a82b4d sys/arch/amd64/amd64/amd64_trap.S
--- a/sys/arch/amd64/amd64/amd64_trap.S Sat Jan 06 07:26:54 2018 +0000
+++ b/sys/arch/amd64/amd64/amd64_trap.S Sat Jan 06 08:44:01 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: amd64_trap.S,v 1.14 2018/01/02 18:41:14 maxv Exp $ */
+/* $NetBSD: amd64_trap.S,v 1.15 2018/01/06 08:44:01 maxv Exp $ */
/*
* Copyright (c) 1998, 2007, 2008, 2017 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
#if 0
#include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: amd64_trap.S,v 1.14 2018/01/02 18:41:14 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amd64_trap.S,v 1.15 2018/01/06 08:44:01 maxv Exp $");
#endif
/*
@@ -143,7 +143,7 @@
.Lnoswapgs:
movq %rsp,%rdi
incq CPUVAR(NTRAP)
- call _C_LABEL(trap)
+ call _C_LABEL(nmitrap)
.Lnmileave:
movw TF_ES(%rsp),%es
Home |
Main Index |
Thread Index |
Old Index