From: Yinghai Lu <Yinghai.Lu@Sun.COM>
To: Ingo Molnar <mingo@elte.hu>, kjwinchester@gmail.com
Cc: Thomas Gleixner <tglx@linutronix.de>, linux-kernel@vger.kernel.org
Subject: about x86: relax RAM check in ioremap
Date: Sun, 03 Feb 2008 15:38:13 -0800 [thread overview]
Message-ID: <200802031538.14213.yinghai.lu@sun.com> (raw)
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)
next reply other threads:[~2008-02-03 23:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-03 23:38 Yinghai Lu [this message]
2008-02-04 2:52 ` about x86: relax RAM check in ioremap Yinghai Lu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200802031538.14213.yinghai.lu@sun.com \
--to=yinghai.lu@sun.com \
--cc=kjwinchester@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox