diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-05 23:06:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-05 23:06:07 +0000 |
commit | ba10d4c46424c95f7f5f82d8ee3893a87bcaa4fd (patch) | |
tree | 16dc870e26d9a45332c6fd7e35fd3fd8ee7ed51c | |
parent | 8914edc6d693fed5bfcd1c12bc8fd51321105f07 (diff) |
Add function to read %tba.
-rw-r--r-- | sys/arch/sparc64/include/ctlreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/ctlreg.h b/sys/arch/sparc64/include/ctlreg.h index e94320a8c8c..191b8eb49d2 100644 --- a/sys/arch/sparc64/include/ctlreg.h +++ b/sys/arch/sparc64/include/ctlreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ctlreg.h,v 1.17 2008/04/15 22:39:26 kettenis Exp $ */ +/* $OpenBSD: ctlreg.h,v 1.18 2008/07/05 23:06:06 kettenis Exp $ */ /* $NetBSD: ctlreg.h,v 1.28 2001/08/06 23:55:34 eeh Exp $ */ /* @@ -581,6 +581,7 @@ GEN_RDPR(cwp); GEN_RDPR(tick); GEN_RDPR(pstate); GEN_RDPR(pil); +GEN_RDPR(tba); GEN_RDPR(ver); /* * Before adding GEN_RDPRs for other registers, see Errata 50 (E.g,. in |