summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-08-14 03:16:02 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-08-14 03:16:02 +0000
commitad6ca5ca81bec5c7df594f70dba855513f595e95 (patch)
tree7f677f0217dcd560d2819f5a2776cb4d5b4ba775 /sys
parentcc0faeb656728bb68673e5b7ad03c17e1ae41c6d (diff)
export cr23
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa/hppa/genassym.cf19
1 files changed, 10 insertions, 9 deletions
diff --git a/sys/arch/hppa/hppa/genassym.cf b/sys/arch/hppa/hppa/genassym.cf
index ba3a7ca7995..feab746522e 100644
--- a/sys/arch/hppa/hppa/genassym.cf
+++ b/sys/arch/hppa/hppa/genassym.cf
@@ -1,4 +1,4 @@
-# $OpenBSD: genassym.cf,v 1.13 1999/07/20 14:13:32 mickey Exp $
+# $OpenBSD: genassym.cf,v 1.14 1999/08/14 03:16:01 mickey Exp $
#
# Copyright (c) 1982, 1990, 1993
@@ -143,6 +143,14 @@ define TF_R28 offsetof(struct trapframe, tf_ret0)
define TF_R29 offsetof(struct trapframe, tf_ret1)
define TF_R30 offsetof(struct trapframe, tf_sp)
define TF_R31 offsetof(struct trapframe, tf_r31)
+define TF_SR0 offsetof(struct trapframe, tf_sr0)
+define TF_SR1 offsetof(struct trapframe, tf_sr1)
+define TF_SR2 offsetof(struct trapframe, tf_sr2)
+define TF_SR3 offsetof(struct trapframe, tf_sr3)
+define TF_SR4 offsetof(struct trapframe, tf_sr4)
+define TF_SR5 offsetof(struct trapframe, tf_sr5)
+define TF_SR6 offsetof(struct trapframe, tf_sr6)
+define TF_SR7 offsetof(struct trapframe, tf_sr7)
define TF_CR0 offsetof(struct trapframe, tf_rctr)
define TF_IIOQH offsetof(struct trapframe, tf_iioq_head)
define TF_IIOQT offsetof(struct trapframe, tf_iioq_tail)
@@ -158,14 +166,7 @@ define TF_CR19 offsetof(struct trapframe, tf_iir)
define TF_CR20 offsetof(struct trapframe, tf_isr)
define TF_CR21 offsetof(struct trapframe, tf_ior)
define TF_CR22 offsetof(struct trapframe, tf_ipsw)
-define TF_SR0 offsetof(struct trapframe, tf_sr0)
-define TF_SR1 offsetof(struct trapframe, tf_sr1)
-define TF_SR2 offsetof(struct trapframe, tf_sr2)
-define TF_SR3 offsetof(struct trapframe, tf_sr3)
-define TF_SR4 offsetof(struct trapframe, tf_sr4)
-define TF_SR5 offsetof(struct trapframe, tf_sr5)
-define TF_SR6 offsetof(struct trapframe, tf_sr6)
-define TF_SR7 offsetof(struct trapframe, tf_sr7)
+define TF_CR23 offsetof(struct trapframe, tf_eirr)
define TF_CR24 offsetof(struct trapframe, tf_hptm)
define TF_CR25 offsetof(struct trapframe, tf_vtop)
define TF_CR28 offsetof(struct trapframe, tf_cr28)