[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.0.82.0806260701260.25035@skynet.skynet.ie>
Date: Thu, 26 Jun 2008 07:02:15 +0100 (IST)
From: Dave Airlie <airlied@...ux.ie>
To: Jeremy Fitzhardinge <jeremy@...p.org>
cc: Keith Packard <keithp@...thp.com>,
Arjan van de Ven <arjan@...radead.org>,
Dave Airlie <airlied@...il.com>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: kmap_atomic_pfn for PCI BAR access?
> >
>
> Anything that does any kind of pagetable manipulation needs to do tlb flushes.
> kunmap_atomic handles the flushing.
It doesn't however need to do an IPI dance which is the worst part of
doing a tlb flush on SMP machines.
flushing local CPU tlbs is bad, but doing IPIs and waiting for everyone
else is brutal.
Dave.
--
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