From: Benjamin Herrenschmidt Date: Mon, 4 Jun 2007 05:15:48 +0000 (+1000) Subject: [POWERPC] Always apply DABR changes on context switches X-Git-Tag: v2.6.23-rc1~767^2^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=791cc501d422be96d6e3098faf6471ba29f4dd33;p=pandora-kernel.git [POWERPC] Always apply DABR changes on context switches This patch removes the #ifdef CONFIG_PPC64 around setting the DABR. The actual setting of the SPR inside of the set_dabr() function is dependent on CONFIG_PPC64 || CONFIG_6xx but you can always provide a ppc_md hook to override that. We should improve support for different HW breakpoints facilities but this is a first step. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed