From 01deb99c4c644d64128b361e94a1534eae19349b Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 1 May 2003 04:23:15 +0000 Subject: 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(+) (limited to 'sys/isa/vga_isa.c') diff --git a/sys/isa/vga_isa.c b/sys/isa/vga_isa.c index e0da2c3..1b7b2ec 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 -- cgit v1.1