Re: [PATCH 2/2] x86: MMCONF enable MCFG early

2008-01-18 Thread Andrew Morton
On Wed, 16 Jan 2008 14:09:02 -0800 Yinghai Lu <[EMAIL PROTECTED]> wrote: > [PATCH] x86: MMCONF enable MCFG early > > patch > x86: validate against ACPI motherboard resources > > changed the mmconf init sequence, and init MMCONF late in acpi_init. > > here change it back to old sequence >

Re: [PATCH 2/2] x86: MMCONF enable MCFG early

2008-01-18 Thread Yinghai Lu
last night. > > > > > > was it dropped? > > > > yeah, i bounced it over to Greg - but Greg has not indicated it yet > > whether he has picked it up. Andrew has it in -rc8-mm1 at the moment. > > so these two patches of yours: > > Subject: [

Re: [PATCH 2/2] x86: MMCONF enable MCFG early

2008-01-18 Thread Ingo Molnar
Greg has not indicated it yet > whether he has picked it up. Andrew has it in -rc8-mm1 at the moment. so these two patches of yours: Subject: [PATCH 1/2] x86: clear pci_mmcfg_virt when mmcfg get rejected Subject: [PATCH 2/2] x86: MMCONF enable MCFG early should probably go to Andrew/Greg as well

Re: [PATCH 2/2] x86: MMCONF enable MCFG early

2008-01-18 Thread Ingo Molnar
* Yinghai Lu <[EMAIL PROTECTED]> wrote: > Ingo, > it seems you removed > > patch > > x86: validate against ACPI motherboard resources > last night. > > was it dropped? yeah, i bounced it over to Greg - but Greg has not indicated it yet whether he has picked it up. Andrew has it in -rc8-mm

Re: [PATCH 2/2] x86: MMCONF enable MCFG early

2008-01-16 Thread Yinghai Lu
On Wednesday 16 January 2008 02:09:02 pm Yinghai Lu wrote: > [PATCH] x86: MMCONF enable MCFG early > > patch > x86: validate against ACPI motherboard resources > > changed the mmconf init sequence, and init MMCONF late in acpi_init. > > here change it back to old sequence > 1. check hostbr

[PATCH 2/2] x86: MMCONF enable MCFG early

2008-01-16 Thread Yinghai Lu
[PATCH] x86: MMCONF enable MCFG early patch x86: validate against ACPI motherboard resources changed the mmconf init sequence, and init MMCONF late in acpi_init. here change it back to old sequence 1. check hostbridge in early 2. check MCFG with e820 in early 3. if all fail, will check M