From: Thomas Koeller Date: Tue, 6 Sep 2005 22:17:11 +0000 (-0700) Subject: [PATCH] flush icache early when loading module X-Git-Tag: v2.6.14-rc1~698 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=378bac820be6a0ec95df8151524de73ad2b2d2ac;p=pandora-kernel.git [PATCH] flush icache early when loading module Change the sequence of operations performed during module loading to flush the instruction cache before module parameters are processed. If a module has parameters of an unusual type that cannot be handled using the standard accessor functions param_set_xxx and param_get_xxx, it has to to provide a set of accessor functions for this type. This requires module code to be executed during parameter processing, which is of course only possible after the icache has been flushed. Signed-off-by: Thomas Koeller Cc: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed