On Mon, Dec 05, 2011 at 07:52:01AM +1100, Benjamin Herrenschmidt wrote:
On Sun, 2011-12-04 at 12:48 +0200, Michael S. Tsirkin wrote:
quoted
On Thu, Nov 24, 2011 at 10:19:54PM +0200, Michael S. Tsirkin wrote:
quoted
powerpc copied pci_iomap from generic code, probably to avoid
pulling the rest of iomap.c in. Since that's in
a separate file now, we can reuse the common implementation.
The only difference is handling of nocache flag,
that turns out to be done correctly by the
generic code since arch/powerpc/include/asm/io.h
defines ioremap_nocache same as ioremap.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Sorry to nag, any ACKs/NACKs on the powerpc changes?
I intend to send this to Linus if there are no
objections. Thanks!
Ah sorry, forgot about that. Do you have a git tree I can pull to do
quick test ?
Yes.
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next
Thanks!
No objection in principle.
Cheers,
Ben.