kernel/arch/ia64/pci/fixup.c
.. .. @@ -8,8 +8,7 @@ 8 8 #include <linux/init.h> 9 9 #include <linux/vgaarb.h> 10 10 #include <linux/screen_info.h> 11 -12 -#include <asm/machvec.h>11 +#include <asm/uv/uv.h>13 12 14 13 /* 15 14 * Fixup to mark boot BIOS video selected by BIOS before it changes .. .. @@ -35,8 +34,7 @@ 35 34 u16 config; 36 35 struct resource *res; 37 36 38 - if ((strcmp(ia64_platform_name, "dig") != 0)39 - && (strcmp(ia64_platform_name, "hpzx1") != 0))37 + if (is_uv_system())40 38 return; 41 39 /* Maybe, this machine supports legacy memory map. */ 42 40