lkml.org 
[lkml]   [2005]   [Jan]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: 2.6.11-rc2-mm1 strange messages
From
Date
On Tue, 2005-01-25 at 13:28, Andrew Morton wrote:
> Norbert Preining <preining@logic.at> wrote:
> >
> > ACPI: DSDT (v001 ACER IBIS 0x20020930 MSFT 0x0100000e) @
> 0x00000000
> > Built 1 zonelists
> > __iounmap: bad address c00fffd9
>
> Can you please add this?
>
> --- 25/arch/i386/mm/ioremap.c~iounmap-debugging 2005-01-25
> 10:26:29.448809152 -0800
> +++ 25-akpm/arch/i386/mm/ioremap.c 2005-01-25 10:27:07.054092280
> -0800
> @@ -233,7 +233,8 @@ void iounmap(volatile void __iomem *addr
> return;
> p = remove_vm_area((void *) (PAGE_MASK & (unsigned long
> __force) addr));
> if (!p) {
> - printk("__iounmap: bad address %p\n", addr);
> + printk("iounmap: bad address %p\n", addr);
> + dump_stack();
> return;
> }
>
> _
>

Better yet, can you please add this?

http://lkml.org/lkml/2005/1/3/136


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:09    [W:0.238 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site