aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-02-14 06:51:31 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-02-14 06:51:31 +0000
commitf026fea6440e97fd020e0c27c558331d5066f964 (patch)
treec5d713058485105b6ae7d7e9c2a55990e1eaf91b
parented78b305f69f08bfbcae361339a16beb2172e0d6 (diff)
Notes
-rw-r--r--sys/amd64/include/cpufunc.h3
-rw-r--r--sys/i386/include/cpufunc.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/amd64/include/cpufunc.h b/sys/amd64/include/cpufunc.h
index f678863ec1c40..bd6467e139d3f 100644
--- a/sys/amd64/include/cpufunc.h
+++ b/sys/amd64/include/cpufunc.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cpufunc.h,v 1.30 1994/11/15 14:55:25 bde Exp $
+ * $Id: cpufunc.h,v 1.31 1995/01/04 20:42:25 davidg Exp $
*/
/*
@@ -420,7 +420,6 @@ void ltr __P((u_short sel));
u_int rcr0 __P((void));
u_long rcr3 __P((void));
int rtcin __P((int val));
-int susword __P((void *base, int word));
/*
* These functions are NOT in support.s and should be declared elsewhere.
diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h
index f678863ec1c40..bd6467e139d3f 100644
--- a/sys/i386/include/cpufunc.h
+++ b/sys/i386/include/cpufunc.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cpufunc.h,v 1.30 1994/11/15 14:55:25 bde Exp $
+ * $Id: cpufunc.h,v 1.31 1995/01/04 20:42:25 davidg Exp $
*/
/*
@@ -420,7 +420,6 @@ void ltr __P((u_short sel));
u_int rcr0 __P((void));
u_long rcr3 __P((void));
int rtcin __P((int val));
-int susword __P((void *base, int word));
/*
* These functions are NOT in support.s and should be declared elsewhere.