From: Benjamin Herrenschmidt Date: Thu, 23 Jul 2009 23:15:27 +0000 (+0000) Subject: powerpc: Clean ifdef usage in copy_thread() X-Git-Tag: v2.6.32-rc1~675^2~97 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=747bea91b764aefd59091ebff80f182282f1d23c;p=pandora-kernel.git powerpc: Clean ifdef usage in copy_thread() Currently, a single ifdef covers SLB related bits and more generic ppc64 related bits, split this in two separate ifdef's since 64-bit BookE will need one but not the other. Signed-off-by: Benjamin Herrenschmidt Acked-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed