mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue