From: Benjamin Herrenschmidt Date: Mon, 20 May 2013 17:25:15 +0000 (+0000) Subject: powerpc/powernv: Fix condition for when to invalidate the TCE cache X-Git-Tag: v3.10-rc3~17^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=605e44d6e6f9b0c9ca8842dc0eb3ad032a463bdb;p=pandora-kernel.git powerpc/powernv: Fix condition for when to invalidate the TCE cache We use two flags, one to indicate an invalidation is needed after creating a new entry and one to indicate an invalidation is needed after removing an entry. However we were testing the wrong flag in the remove case. Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed