commit | 171fb12570b479723c49ef9f8911e40e516f3394 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Mon Oct 05 20:28:47 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Oct 27 16:42:39 2009 +1100 |
tree | 9d1c1c2162fab3e16caa6da0700271b922dd10a5 | |
parent | 7abb840b496f834a71a8943bb189683da320f047 [diff] |
powerpc/iseries: Remove compiler version dependent hack The creation of the flattened device tree depended on the compiler putting the constant strings for an object in a section with a particular name. This was changed with recent compilers. Do this explicitly instead. Without this patch, iseries kernels may silently not boot when built with some compilers. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>