Re: [PATCH 1/4] x86: msr for AMD Fam 10h mmio

From: Ingo Molnar
Date: Fri Jan 18 2008 - 07:52:20 EST



* Yinghai Lu <Yinghai.Lu@xxxxxxx> wrote:

> +/* Fam 10h MSRs */
> +#define MSR_FAM10H_MMIO_CONF_BASE 0xc0010058
> +#define FAM10H_MMIO_CONF_ENABLE (1<<0)
> +#define FAM10H_MMIO_CONF_BUSRANGE_MASK 0xf
> +#define FAM10H_MMIO_CONF_BUSRANGE_SHIFT 2
> +#define FAM10H_MMIO_CONF_BASE_MASK 0xfffffff
> +#define FAM10H_MMIO_CONF_BASE_SHIFT 20

i've applied this patch to x86.git - but the other patches should go via
Greg and/or -mm i suspect?

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/