diff options
author | 2008-07-05 23:06:06 +0000 | |
---|---|---|
committer | 2008-07-05 23:06:06 +0000 | |
commit | 25613c12cd4f79f339d26963b51b8ec592126adc (patch) | |
tree | 032ee59f5dd3cb4e60a752710eb2f57e8fdc9035 | |
parent | Apparantly the "chain" OpenFirmware interface always fails so don't bother (diff) | |
download | wireguard-openbsd-25613c12cd4f79f339d26963b51b8ec592126adc.tar.xz wireguard-openbsd-25613c12cd4f79f339d26963b51b8ec592126adc.zip |
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 |