Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/aarch64/include Remove c&p comment that doesn't apply



details:   https://anonhg.NetBSD.org/src/rev/2f723f33b17c
branches:  trunk
changeset: 359856:2f723f33b17c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Feb 27 07:24:13 2018 +0000

description:
Remove c&p comment that doesn't apply

diffstat:

 sys/arch/aarch64/include/mcontext.h |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r 1d056d70694b -r 2f723f33b17c sys/arch/aarch64/include/mcontext.h
--- a/sys/arch/aarch64/include/mcontext.h       Tue Feb 27 05:56:12 2018 +0000
+++ b/sys/arch/aarch64/include/mcontext.h       Tue Feb 27 07:24:13 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mcontext.h,v 1.2 2018/02/15 15:53:56 kamil Exp $ */
+/* $NetBSD: mcontext.h,v 1.3 2018/02/27 07:24:13 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -33,14 +33,6 @@
 
 #ifdef __aarch64__
 
-/*
- * Layout of mcontext_t based on the System V Application Binary Interface,
- * Edition 4.1, PowerPC Processor ABI Supplement - September 1995, and
- * extended for the AltiVec Register File.  Note that due to the increased
- * alignment requirements of the latter, the offset of mcontext_t within
- * an ucontext_t is different from System V.
- */
-
 #define        _NGREG  35              /* GR0-30, SP, PC, APSR, TPIDR */
 
 typedef        __int64_t       __greg_t;



Home | Main Index | Thread Index | Old Index