Module Name:    src
Committed By:   skrll
Date:           Tue Feb 27 07:24:14 UTC 2018

Modified Files:
        src/sys/arch/aarch64/include: mcontext.h

Log Message:
Remove c&p comment that doesn't apply


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/aarch64/include/mcontext.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/aarch64/include/mcontext.h
diff -u src/sys/arch/aarch64/include/mcontext.h:1.2 src/sys/arch/aarch64/include/mcontext.h:1.3
--- src/sys/arch/aarch64/include/mcontext.h:1.2	Thu Feb 15 15:53:56 2018
+++ src/sys/arch/aarch64/include/mcontext.h	Tue Feb 27 07:24:13 2018
@@ -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;

Reply via email to