From: Benjamin Herrenschmidt Date: Tue, 20 Sep 2005 03:52:50 +0000 (+1000) Subject: [PATCH] ppc64: Store virtual address in TLB flush batches X-Git-Tag: v2.6.15-rc1~59^2~277 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b1a94254a2158d053458764a5bd30331d73a54;p=pandora-kernel.git [PATCH] ppc64: Store virtual address in TLB flush batches This patch slightly change the TLB flush batch mecanism so that we store the full vaddr (including vsid) when adding an entry to the batch so that the flush part doesn't have to get to the context. This cleans it a bit, and paves the way to future updates like dynamic vsids. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed