summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Koeller <thomas@koeller.dyndns.org>2005-09-07 00:17:11 +0200
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-08 01:57:26 +0200
commit378bac820be6a0ec95df8151524de73ad2b2d2ac (patch)
tree457827b58dcbf923e151b08128d84c33d13c1149 /Makefile
parent[PATCH] ipc: convert /proc/sysvipc/* to generic seq_file interface (diff)
downloadlinux-378bac820be6a0ec95df8151524de73ad2b2d2ac.tar.xz
linux-378bac820be6a0ec95df8151524de73ad2b2d2ac.zip
[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 <thomas@koeller.dyndns.org> Cc: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions