summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-01 17:57:09 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-01 17:57:09 +0000
commita62a0f262e0179df8c632f529c95abf54ef78332 (patch)
tree80e6a7a7d407d08e218332bb3fcccdaf9f28fcc1 /kernel
parentfd095d09f2d475dc2e8599b1b8bae1cd65e91685 (diff)
Part #2 merging back my changes ...
Diffstat (limited to 'kernel')
-rw-r--r--kernel/module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/module.c b/kernel/module.c
index 0c66461d4..41ffd5734 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -298,7 +298,6 @@ sys_init_module(const char *name_user, struct module *mod_user)
error = -EFAULT;
goto err3;
}
- flush_cache_all(); /* XXX */
/* Update module references. */
mod->next = mod_tmp.next;