Re: [PATCH] x86_64: checking aperture report for node instead of?cpu v2

2008-01-18 Thread Ingo Molnar
* Yinghai Lu <[EMAIL PROTECTED]> wrote: > " > Checking aperture... > CPU 0: aperture @400 size 64MB > CPU 1: aperture @400 size 64MB > " > we should use use Node instead. > > we will get > " > Checking aperture... > Node 0: aperture @400 size 64MB > Node 1: aperture @400 size 64M

[PATCH] x86_64: checking aperture report for node instead of cpu v2

2008-01-15 Thread Yinghai Lu
[PATCH] x86_64: checking aperture report for node instead of cpu v2 currently when gart iommu is enabled by BIOS or previous we got " Checking aperture... CPU 0: aperture @400 size 64MB CPU 1: aperture @400 size 64MB " we should use use Node instead. we will get " Ch

Re: [PATCH] x86_64: checking aperture report for node instead of cpu

2008-01-15 Thread Ingo Molnar
* Yinghai Lu <[EMAIL PROTECTED]> wrote: > - printk(KERN_INFO "CPU %d: aperture @ %Lx size %u MB\n", > - num-24, aper_base, aper_size>>20); > + printk(KERN_INFO "Node %d: aperture @ %Lx size %u MB\n", > + node++, aper_

[PATCH] x86_64: checking aperture report for node instead of cpu

2008-01-14 Thread Yinghai Lu
this one is against x86.git [PATCH] x86_64: checking aperture report for node instead of cpu currently when gart iommu is enabled by BIOS or previous we got " Checking aperture... CPU 0: aperture @400 size 64MB CPU 1: aperture @400 size 64MB " we should use use Node instead