* 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
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
* 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_
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
4 matches
Mail list logo