Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Yet another fix
@ 2003-06-02  4:14 ilya
  2003-06-02  4:49 ` Keith Owens
  0 siblings, 1 reply; 7+ messages in thread
From: ilya @ 2003-06-02  4:14 UTC (permalink / raw)
  To: wesolows; +Cc: linux-mips

[-- Attachment #1: Type: text/plain, Size: 745 bytes --]

I am not sure this is correct solution to a problem. Or rather, I'm pretty
sure it is incorrect one.. There is a reference to module_map somewhere, however
it is not inculded if modules are disabled. Here is sorta fix

Index: include/asm-mips64/module.h
===================================================================
RCS file: /home/cvs/linux/include/asm-mips64/module.h,v
retrieving revision 1.5
diff -u -r1.5 module.h
--- include/asm-mips64/module.h 1 Jun 2003 00:39:15 -0000       1.5
+++ include/asm-mips64/module.h 2 Jun 2003 03:59:23 -0000
@@ -11,4 +11,8 @@
 #define Elf_Sym Elf32_Sym
 #define Elf_Ehdr Elf32_Ehdr
 
+#ifndef CONFIG_MODULES
+#define module_map(x) vmalloc(x)
+#endif
+
 #endif /* _ASM_MODULE_H */


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-06-02 23:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-02  4:14 Yet another fix ilya
2003-06-02  4:49 ` Keith Owens
2003-06-02  4:57   ` ilya
2003-06-02 13:27     ` Keith Owens
2003-06-02 14:12       ` Ralf Baechle
2003-06-02 14:30       ` ilya
2003-06-02 23:50         ` Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox