summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/loadmod.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-01-26 22:58:58 -0500
committerAdam Jackson <ajax@redhat.com>2009-02-04 22:44:20 -0500
commitbde028dd8d856f8d47c39e3c6d3731c34c398c74 (patch)
tree15e99ea1c9dee3cc0191d0a622e5186e72c08c88 /hw/xfree86/loader/loadmod.c
parent910a1e88d23e0b7e4ca4679ab50a883a918f2590 (diff)
loader: Remove icache flushes on alpha.
If libdl doesn't already get this right for you, you have two problems.
Diffstat (limited to 'hw/xfree86/loader/loadmod.c')
-rw-r--r--hw/xfree86/loader/loadmod.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/hw/xfree86/loader/loadmod.c b/hw/xfree86/loader/loadmod.c
index 16105a738..dbf6c2e46 100644
--- a/hw/xfree86/loader/loadmod.c
+++ b/hw/xfree86/loader/loadmod.c
@@ -1023,15 +1023,6 @@ doLoadModule(const char *module, const char *path, const char **subdirlist,
TestFree(name);
TestFree(p);
- /*
- * If you need to do something to keep the
- * instruction cache in sync with the main
- * memory before jumping to that code, you may
- * do it here.
- */
-#ifdef __alpha__
- istream_mem_barrier();
-#endif
return ret;
}
@@ -1108,9 +1099,6 @@ UnloadModuleOrDriver(ModuleDescPtr mod)
UnloadModuleOrDriver(mod->sib);
TestFree(mod->name);
xfree(mod);
-#ifdef __alpha__
- istream_mem_barrier();
-#endif
}
void