From dbc1294a38e4a29ad5ffd0b29703008f35ff9197 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 15 Sep 1994 17:55:47 +0000 Subject: Include pio.h so that all those drivers that only include cpufunc.h get the faster io macros/inline code rather than call the routines in support.s This whole area needs some going over..... --- sys/i386/include/cpufunc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/i386') diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h index 455681b..e512714 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.20 1994/09/02 04:12:16 davidg Exp $ + * $Id: cpufunc.h,v 1.21 1994/09/15 16:27:12 paul Exp $ */ /* @@ -46,6 +46,8 @@ #include +#include + #ifdef __GNUC__ static inline int bdb(void) -- cgit v1.1