vserver 1.9.3
[linux-2.6.git] / include / asm-i386 / mach-es7000 / mach_mpparse.h
index 0aae264..85809e0 100644 (file)
@@ -21,7 +21,8 @@ static inline int mps_oem_check(struct mp_config_table *mpc, char *oem,
        if (mpc->mpc_oemptr) {
                struct mp_config_oemtable *oem_table = 
                        (struct mp_config_oemtable *)mpc->mpc_oemptr;
-               return parse_unisys_oem((char *)oem_table, oem_table->oem_length);
+               if (!strncmp(oem, "UNISYS", 6))
+                       return parse_unisys_oem((char *)oem_table, oem_table->oem_length);
        }
        return 0;
 }