Module Name: src
Committed By: maxv
Date: Wed Jul 12 17:52:18 UTC 2017
Modified Files:
src/sys/arch/amd64/include: tss.h
Log Message:
rsp2, not 3
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amd64/include/tss.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/tss.h
diff -u src/sys/arch/amd64/include/tss.h:1.5 src/sys/arch/amd64/include/tss.h:1.6
--- src/sys/arch/amd64/include/tss.h:1.5 Sun Oct 26 00:08:15 2008
+++ src/sys/arch/amd64/include/tss.h Wed Jul 12 17:52:18 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: tss.h,v 1.5 2008/10/26 00:08:15 mrg Exp $ */
+/* $NetBSD: tss.h,v 1.6 2017/07/12 17:52:18 maxv Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -50,7 +50,7 @@ struct x86_64_tss {
uint32_t tss_reserved1;
uint64_t tss_rsp0;
uint64_t tss_rsp1;
- uint64_t tss_rsp3;
+ uint64_t tss_rsp2;
uint32_t tss_reserved2;
uint32_t tss_reserved3;
uint64_t tss_ist[7];