diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-11-30 22:59:30 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-11-30 22:59:30 +0000 |
commit | a85299975aa7ac217ce2b2b66aa26f731942e339 (patch) | |
tree | 97eee28c8c0a3bf20ec28ffcb107b075c2ba3c80 | |
parent | 61ee70e132469d5ecec58958368c60f0931fcb89 (diff) |
Add inline function to read %fprs.
-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 885bf069730..43652728816 100644 --- a/sys/arch/sparc64/include/ctlreg.h +++ b/sys/arch/sparc64/include/ctlreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ctlreg.h,v 1.22 2009/01/20 14:48:32 kettenis Exp $ */ +/* $OpenBSD: ctlreg.h,v 1.23 2009/11/30 22:59:29 kettenis Exp $ */ /* $NetBSD: ctlreg.h,v 1.28 2001/08/06 23:55:34 eeh Exp $ */ /* @@ -583,6 +583,7 @@ sparc_rdpr_ ## name() \ } GEN_RD(asi); +GEN_RD(fprs); GEN_RD(asr22); GEN_RD(sys_tick); GEN_RD(sys_tick_cmpr); |