Messages in this thread Patch in this message |  | | From | Keith Owens <> | Subject | Re: Kernel 2.2.19 + VIA chipset + strange behaviour | Date | Wed, 16 May 2001 13:17:08 +1000 |
| |
Bug in include/linux/module.h. Patch against 2.2.19. This does not explain your oops, the ksymoops message is a separate bug.
Index: 19.1/include/linux/module.h --- 19.1/include/linux/module.h Tue, 12 Sep 2000 13:37:17 +1100 kaos (linux-2.2/F/51_module.h 1.1.7.2 644) +++ 19.1(w)/include/linux/module.h Wed, 16 May 2001 12:52:53 +1000 kaos (linux-2.2/F/51_module.h 1.1.7.2 644) @@ -228,9 +228,9 @@ const char __module_using_checksums[] __ #define MOD_DEC_USE_COUNT do { } while (0) #define MOD_IN_USE 1 -extern struct module *module_list; - #endif /* !__GENKSYMS__ */ + +extern struct module *module_list; #endif /* MODULE */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |