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 typo
details: https://anonhg.NetBSD.org/src/rev/94fe6742ff5b
branches: trunk
changeset: 360847:94fe6742ff5b
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Mon Apr 02 22:29:33 2018 +0000
description:
typo
diffstat:
sys/arch/amd64/amd64/spl.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c63810039e71 -r 94fe6742ff5b sys/arch/amd64/amd64/spl.S
--- a/sys/arch/amd64/amd64/spl.S Mon Apr 02 20:57:18 2018 +0000
+++ b/sys/arch/amd64/amd64/spl.S Mon Apr 02 22:29:33 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: spl.S,v 1.32 2018/04/02 20:54:47 christos Exp $ */
+/* $NetBSD: spl.S,v 1.33 2018/04/02 22:29:33 mlelstv Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@@ -311,7 +311,7 @@
popq %r13
popq %rbx
ret
-ITDVEC_END(spllower)
+IDTVEC_END(spllower)
/*
* void Xdoreti(void);
Home |
Main Index |
Thread Index |
Old Index