Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/include rsp2, not 3
details: https://anonhg.NetBSD.org/src/rev/17d2ae5213a2
branches: trunk
changeset: 355092:17d2ae5213a2
user: maxv <maxv%NetBSD.org@localhost>
date: Wed Jul 12 17:52:18 2017 +0000
description:
rsp2, not 3
diffstat:
sys/arch/amd64/include/tss.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 15ea367e1212 -r 17d2ae5213a2 sys/arch/amd64/include/tss.h
--- a/sys/arch/amd64/include/tss.h Wed Jul 12 17:40:33 2017 +0000
+++ b/sys/arch/amd64/include/tss.h Wed Jul 12 17:52:18 2017 +0000
@@ -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 @@
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];
Home |
Main Index |
Thread Index |
Old Index