]> git.baikalelectronics.ru Git - kernel.git/commit
Remove __INIT_REFOK and __INITDATA_REFOK
authorRalf Baechle <ralf@linux-mips.org>
Wed, 30 Jan 2008 14:14:08 +0000 (14:14 +0000)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 3 Feb 2008 07:58:07 +0000 (08:58 +0100)
commit3ddb7c6a27e95c59c779ffa732b78a9ee1a5aed2
treea49d1d130086d58e18ee2170c7492025fbed09e2
parentb9775f50f68f22d539347ffc6d63640a22b1d327
Remove __INIT_REFOK and __INITDATA_REFOK

Commit 88ce85e751c972293bc0fd617a7442e38d624bfe 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@linux-mips.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
include/linux/init.h