]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/iseries: Remove compiler version dependent hack
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 5 Oct 2009 20:28:47 +0000 (20:28 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 27 Oct 2009 05:42:39 +0000 (16:42 +1100)
commit01eab73366a881110b57ee2028fee869c5ce37c5
tree9d1c1c2162fab3e16caa6da0700271b922dd10a5
parent0b01fce0f30604d523aace660166205875922383
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>
arch/powerpc/platforms/iseries/Makefile
arch/powerpc/platforms/iseries/dt.c