From: David Gibson Date: Tue, 6 Sep 2005 04:59:47 +0000 (+1000) Subject: [PATCH] Invert sense of SLB class bit X-Git-Tag: v2.6.14-rc1~747^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14b34661615ec036ab4c91637913706e4caccc93;p=pandora-kernel.git [PATCH] Invert sense of SLB class bit Currently, we set the class bit in kernel SLB entries, and clear it on user SLB entries. On POWER5, ERAT entries created in real mode have the class bit clear. So to avoid flushing kernel ERAT entries on each context switch, this patch inverts our usage of the class bit, setting it on user SLB entries and clearing it on kernel SLB entries. Booted on POWER5 and G5. Signed-off-by: David Gibson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed