lkml.org 
[lkml]   [2008]   [Feb]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: about x86: relax RAM check in ioremap
On Feb 3, 2008 3:38 PM, Yinghai Lu <Yinghai.Lu@sun.com> wrote:
> wonder if you still need that patch after following patch is a applied.
>
> YH
>
> diff --git a/arch/x86/kernel/aperture_64.c b/arch/x86/kernel/aperture_64.c
> index 608152a..f645413 100644
> --- a/arch/x86/kernel/aperture_64.c
> +++ b/arch/x86/kernel/aperture_64.c
> @@ -278,7 +278,7 @@ void __init early_gart_iommu_check(void)
> last_aper_enabled = aper_enabled;
> }
>
> - if (!fix && !aper_enabled)
> + if (!fix /* && !aper_enabled*/)
> return;
>
> if (!aper_base || !aper_size || aper_base + aper_size > 0x100000000UL)
> --

forget about it, it seem kevin is using 32 bit kernel.

YH


\
 
 \ /
  Last update: 2008-02-04 03:55    [W:0.024 / U:1.604 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site