On Sun, Dec 22, 2002 at 01:01:54PM -0800, Martin J. Bligh wrote:
> I don't think you need the OEM table to detect this, current patches do:
>
> +static inline void mps_oem_check(struct mp_config_table *mpc, char *oem,
> + char *productid)
> +{
> + if (strncmp(oem, "IBM NUMA", 8))
> + printk("Warning! May not be a NUMA-Q system!\n");
Well, this is precisely what I meant by checking the OEM ID. It appears
to already be implemented in at least one set of patches, then. =)
Cheers,
Bill
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/