From 33a9fd010d1cac7487fe78ab03d9b5cf724afc4d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 1 May 2003 04:23:15 +0000 Subject: [PATCH] Only use the pc bios stuff on i386's. I think this might even be unused there too. --- sys/isa/vga_isa.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/isa/vga_isa.c b/sys/isa/vga_isa.c index e0da2c3aa5b..1b7b2ec5908 100644 --- a/sys/isa/vga_isa.c +++ b/sys/isa/vga_isa.c @@ -46,7 +46,9 @@ #include #include +#ifdef __i386__ #include +#endif #include #include