Only use the pc bios stuff on i386's. I think this might even be unused

there too.
This commit is contained in:
Peter Wemm 2003-05-01 04:23:15 +00:00
parent 8c3765708a
commit 33a9fd010d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114384

View File

@ -46,7 +46,9 @@
#include <vm/pmap.h>
#include <machine/md_var.h>
#ifdef __i386__
#include <machine/pc/bios.h>
#endif
#include <dev/fb/fbreg.h>
#include <dev/fb/vgareg.h>