summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/loader/loadmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/loader/loadmod.c')
-rw-r--r--xc/programs/Xserver/hw/xfree86/loader/loadmod.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/loader/loadmod.c b/xc/programs/Xserver/hw/xfree86/loader/loadmod.c
index 4f33b016d..f1025f944 100644
--- a/xc/programs/Xserver/hw/xfree86/loader/loadmod.c
+++ b/xc/programs/Xserver/hw/xfree86/loader/loadmod.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/loader/loadmod.c,v 1.54 2000/10/20 12:57:26 alanh Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/loader/loadmod.c,v 1.56 2000/11/03 18:46:16 eich Exp $ */
/*
*
@@ -28,7 +28,7 @@
#include "os.h"
/* For stat() and related stuff */
#define NO_OSLIB_PROTOTYPES
-#define NO_COMPILER_H
+/* #define NO_COMPILER_H */
#include "xf86_OSlib.h"
#if defined(SVR4)
#include <sys/stat.h>
@@ -994,6 +994,13 @@ LoadModule (const char *module, const char *path, const char **subdirlist,
TestFree (found);
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