diff options
author | 2009-11-30 22:59:29 +0000 | |
---|---|---|
committer | 2009-11-30 22:59:29 +0000 | |
commit | 5463167d6dda90e4ce7d299f9ff39303d907c058 (patch) | |
tree | 5e9c533c150cf5ee2954b48b4725ebdad8a95571 | |
parent | Re-initialise the interface upon resume. (diff) | |
download | wireguard-openbsd-5463167d6dda90e4ce7d299f9ff39303d907c058.tar.xz wireguard-openbsd-5463167d6dda90e4ce7d299f9ff39303d907c058.zip |
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); |