Re: [PATCH] jump-label: initialize jump-label subsystem somewhatlater

From: Sergei Shtylyov
Date: Wed Dec 14 2011 - 12:32:58 EST


Hello.

On 12/14/2011 07:48 PM, David Daney wrote:

From: David Daney <david.daney@xxxxxxxxxx>

commit 97ce2c88f9ad42e3c60a9beb9fca87abf3639faa breaks MIPS.

Please also specify that commit's summary (in parens).

The jump-lable initialization does I-Cache flushing after modifying

Label.

code. On MIPS this is done by calling through the function pointer
flush_icache_range(). This function pointer is initialized mm_init().

"By" missing?

As things stand, we cannot be calling jump_label_init() until after
mm_init() completes, so we move the call down to satisfy this
constraint.

Signed-off-by: David Daney<david.daney@xxxxxxxxxx>

WBR, Sergei
--
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/