kdb: core for kgdb back end (2 of 2)
[sfrench/cifs-2.6.git] / kernel / module.c
index e2564580f3f113ec9d391a7ad45beea842d39620..b751f1902476171bdab66af590d6f1d3ee1b7065 100644 (file)
 DEFINE_MUTEX(module_mutex);
 EXPORT_SYMBOL_GPL(module_mutex);
 static LIST_HEAD(modules);
+#ifdef CONFIG_KGDB_KDB
+struct list_head *kdb_modules = &modules; /* kdb needs the list of modules */
+#endif /* CONFIG_KGDB_KDB */
+
 
 /* Block module loading/unloading? */
 int modules_disabled = 0;