* Yinghai Lu <[EMAIL PROTECTED]> wrote:

> [PATCH] x86_64: change aper valid checking sequence
> 
> old sequence:
> size ==> >4G  ==> point to RAM
> changed to
> >4G ==> point to RAM ==> size
> 
> some bios even leave aper to unclear, so check size at last.
> to avoid reporting that like
> 
> Node 0: Aperture @ 4a42000000 size 32 MB
> Aperture too small (32 MB)
> 
> with patch will get
> 
> Node 0: Aperture @ 4a42000000 size 32 MB
> Aperture beyond 4G. Ignoring.

thanks, applied.

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

Reply via email to