lkml.org 
[lkml]   [2008]   [Feb]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectabout x86: relax RAM check in ioremap
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)

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