summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cpufunc.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-03-31 04:05:36 +0000
committerbde <bde@FreeBSD.org>1996-03-31 04:05:36 +0000
commitb26bbde39abed59833a579d4dc9ef2c51c4ae0aa (patch)
tree593fa91693fefd4a4c0ff91c25c705e7554e493d /sys/i386/include/cpufunc.h
parent20ef589c863a5318deea9fcbefdfa88744a4ea4e (diff)
downloadFreeBSD-src-b26bbde39abed59833a579d4dc9ef2c51c4ae0aa.zip
FreeBSD-src-b26bbde39abed59833a579d4dc9ef2c51c4ae0aa.tar.gz
Moved rtcin() to clock.c.
Always delay using one inb(0x84) after each i/o in rtcin() - don't do this conditional on the bogus option DUMMY_NOPS not being defined. If you want an optionally slightly faster rtcin() again, then inline it and use a better named option or sysctl variable. It only needs to be fast in rtcintr().
Diffstat (limited to 'sys/i386/include/cpufunc.h')
-rw-r--r--sys/i386/include/cpufunc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h
index 756bb65..9e4896d 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.46 1996/03/26 19:57:56 wollman Exp $
+ * $Id: cpufunc.h,v 1.47 1996/03/28 20:39:45 wollman Exp $
*/
/*
@@ -368,7 +368,6 @@ void load_cr3 __P((u_long cr3));
void ltr __P((u_short sel));
u_int rcr0 __P((void));
u_long rcr3 __P((void));
-int rtcin __P((int val));
/*
* These functions are NOT in support.s and should be declared elsewhere.
OpenPOWER on IntegriCloud