Re: [PATCH] Remove __INIT_REFOK and __INITDATA_REFOK

From: Sam Ravnborg
Date: Sat Feb 02 2008 - 13:01:51 EST


On Wed, Jan 30, 2008 at 02:14:08PM +0000, Ralf Baechle wrote:
> Commit 312b1485fb509c9bc32eda28ad29537896658cb8 made __INIT_REFOK expand
> into .section .section ".ref.text", "ax". Since the assembler doesn't
> tolerate stuttering in the source that broke all MIPS builds.
>
> Since with this change Sam downgraded __INIT_REFOK to just a backward
> compat thing and there being only a single use in the MIPS arch code the
> best solution is to delete both of __INIT_REFOK and __INITDATA_REFOK (which
> was equally broken) being unused anyway these can be deleted.
>
> Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx>

Thanks Ralf - applied.
And sorry for the MIPS breakage.

Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/