commit | 747bea91b764aefd59091ebff80f182282f1d23c | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jul 23 23:15:27 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Aug 20 10:12:43 2009 +1000 |
tree | 6bd84287310bfa67a1dc45fcdef245956d1e0c7b | |
parent | 6f0ef0f505af1ce6e9756087a9d4cc3778bae8c6 [diff] |
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 <benh@kernel.crashing.org> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>