The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* about x86: relax RAM check in ioremap
@ 2008-02-03 23:38 Yinghai Lu
  2008-02-04  2:52 ` Yinghai Lu
  0 siblings, 1 reply; 2+ messages in thread
From: Yinghai Lu @ 2008-02-03 23:38 UTC (permalink / raw)
  To: Ingo Molnar, kjwinchester; +Cc: Thomas Gleixner, linux-kernel

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)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: about x86: relax RAM check in ioremap
  2008-02-03 23:38 about x86: relax RAM check in ioremap Yinghai Lu
@ 2008-02-04  2:52 ` Yinghai Lu
  0 siblings, 0 replies; 2+ messages in thread
From: Yinghai Lu @ 2008-02-04  2:52 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: Ingo Molnar, kjwinchester, Thomas Gleixner, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-04  2:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-03 23:38 about x86: relax RAM check in ioremap Yinghai Lu
2008-02-04  2:52 ` Yinghai Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox