From: Ingo Molnar <mingo@elte.hu>
To: Phil Oester <kernel@linuxace.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.25-rc5: WARNING: at arch/x86/mm/ioremap.c
Date: Mon, 10 Mar 2008 20:53:46 +0100 [thread overview]
Message-ID: <20080310195346.GA3305@elte.hu> (raw)
In-Reply-To: <20080310194022.GA1764@linuxace.com>
* Phil Oester <kernel@linuxace.com> wrote:
> Still getting the 'WARNING: at arch/x86/mm/ioremap.c:137
> __ioremap+0xb1/0x165()' error in -rc5. Seen a few threads on this
> error, but apparently still not resolved. Anyone need more info?
the warning is harmless and will be removed in the next x86 update.
(patch is queued up in x86.git already, see below.)
Ingo
-------------->
Subject: x86: ioremap, remove WARN_ON()
From: Ingo Molnar <mingo@elte.hu>
Date: Tue Feb 26 09:30:32 CET 2008
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
arch/x86/mm/ioremap.c | 2 --
1 file changed, 2 deletions(-)
Index: linux-x86.q/arch/x86/mm/ioremap.c
===================================================================
--- linux-x86.q.orig/arch/x86/mm/ioremap.c
+++ linux-x86.q/arch/x86/mm/ioremap.c
@@ -134,8 +134,6 @@ static void __iomem *__ioremap(unsigned
return NULL;
}
- WARN_ON_ONCE(page_is_ram(pfn));
-
switch (mode) {
case IOR_MODE_UNCACHED:
default:
prev parent reply other threads:[~2008-03-10 19:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-10 19:40 2.6.25-rc5: WARNING: at arch/x86/mm/ioremap.c Phil Oester
2008-03-10 19:53 ` Ingo Molnar [this message]
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=20080310195346.GA3305@elte.hu \
--to=mingo@elte.hu \
--cc=kernel@linuxace.com \
--cc=linux-kernel@vger.kernel.org \
/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