Only use the pc bios stuff on i386's. I think this might even be unused
there too.
This commit is contained in:
parent
8c3765708a
commit
33a9fd010d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user