On Sat, Jul 07, 2007 at 10:15:58PM +0530, Satyam Sharma wrote:
> sh_machine_vector structures throughout arch/sh/boards/ are marked
> __initmv so that they go to the .machvec.init section, when SH_GENERIC ||
> SH_UNKNOWN. But when !SH_GENERIC && !SH_UNKNOWN, __initmv is not defined,
> so all the machine vector structures go to the .data section. But, all
> the .mv_setup members of various sh_machine_vector structures throughout
> the arch/sh/boards/ directory are set to point to functions that are
> marked as __init unconditionally.
> 
Already fixed in my current git tree.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to