Fix build on NetBSD/amd64.

This commit is contained in:
Matthias Drochner 2007-04-10 16:15:40 -07:00 committed by Eric Anholt
parent 649e7f82d8
commit 9616a04285

View File

@ -50,6 +50,11 @@
#include <machine/mtrr.h>
#include <machine/sysarch.h>
#include <sys/queue.h>
#ifdef __x86_64__
#define i386_set_mtrr x86_64_set_mtrr
#define i386_get_mtrr x86_64_get_mtrr
#define i386_iopl x86_64_iopl
#endif
#endif
#if defined(__OpenBSD__) && defined(__amd64__)