Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include Remove references to arm26
details: https://anonhg.NetBSD.org/src/rev/801446f6cef3
branches: trunk
changeset: 358987:801446f6cef3
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Jan 24 19:42:30 2018 +0000
description:
Remove references to arm26
diffstat:
sys/arch/arm/include/frame.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (38 lines):
diff -r ff0d0c9de4d0 -r 801446f6cef3 sys/arch/arm/include/frame.h
--- a/sys/arch/arm/include/frame.h Wed Jan 24 19:29:36 2018 +0000
+++ b/sys/arch/arm/include/frame.h Wed Jan 24 19:42:30 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: frame.h,v 1.20 2018/01/24 09:04:45 skrll Exp $ */
+/* $NetBSD: frame.h,v 1.21 2018/01/24 19:42:30 skrll Exp $ */
/*
* Copyright (c) 1994-1997 Mark Brinicombe.
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*/
/*
- * arm/frame.h - Stack frames structures common to arm26 and arm32
+ * arm/frame.h - Stack frames structures
*/
#ifndef _ARM_FRAME_H_
@@ -51,7 +51,7 @@
*/
typedef struct trapframe {
- register_t tf_spsr; /* Zero on arm26 */
+ register_t tf_spsr;
register_t tf_fill; /* fill here so r0 will be dword aligned */
register_t tf_r0;
register_t tf_r1;
@@ -68,8 +68,8 @@
register_t tf_r12;
register_t tf_usr_sp;
register_t tf_usr_lr;
- register_t tf_svc_sp; /* Not used on arm26 */
- register_t tf_svc_lr; /* Not used on arm26 */
+ register_t tf_svc_sp;
+ register_t tf_svc_lr;
register_t tf_pc;
} trapframe_t;
Home |
Main Index |
Thread Index |
Old Index