[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080427224150.GA12238@elte.hu>
Date: Mon, 28 Apr 2008 00:41:50 +0200
From: Ingo Molnar <mingo@...e.hu>
To: James Bottomley <James.Bottomley@...senPartnership.com>
Cc: Thomas Gleixner <tglx@...utronix.de>,
linux-kernel <linux-kernel@...r.kernel.org>,
"H. Peter Anvin" <hpa@...or.com>,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [patch] x86, voyager: fix ioremap_nocache()
* James Bottomley <James.Bottomley@...senPartnership.com> wrote:
> > request_resource(&iomem_resource, &res);
> > voyager_SUS = (struct voyager_SUS *)
> > - ioremap(addr, 0x400);
> > + ioremap_cache(addr, 0x400);
>
> Actually, no ... wrong ioremap. That one is the SUS clickmap remap,
> which is irrelevant whether it's cached or not. The QIC cacheline area
> is the next one below it.
yes, but i assumed that since you had all cached ioremaps before, you
might wanted it for all of the devices in voyager_cat.c (or at least it
wouldnt hurt). Btw., the QIC ioremap i changed in my patch too, just in
case you didnt notice:
> > - qic_addr = (unsigned long)ioremap(qic_addr, 0x400);
> > + qic_addr = (unsigned long)ioremap_cache(qic_addr, 0x400);
so my patch too should do the trick.
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists