diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1996-07-23 07:46:59 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1996-07-23 07:46:59 +0000 |
| commit | 92b4f2e0df6e5ce5e25e9354159c3366c55540db (patch) | |
| tree | a4a7cbb6b9a6c0397043022de208c713b39053de /sys/amd64 | |
| parent | 4d8db7c76fa03400c19480f63a3b39d6f2cea42f (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/include/cpufunc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/include/cpufunc.h b/sys/amd64/include/cpufunc.h index 9dce13643eab..e49066abb937 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.51 1996/07/01 18:12:23 bde Exp $ + * $Id: cpufunc.h,v 1.52 1996/07/01 20:16:09 bde Exp $ */ /* @@ -252,6 +252,8 @@ outw(u_int port, u_short data) } #ifdef PC98 +#include <machine/spl.h> + static inline u_char epson_inb(u_int port) { |
