|
@@ -100,13 +100,13 @@ int register_die_notifier(struct notifier_block *nb)
|
|
|
vmalloc_sync_all();
|
|
|
return atomic_notifier_chain_register(&i386die_chain, nb);
|
|
|
}
|
|
|
-EXPORT_SYMBOL(register_die_notifier);
|
|
|
+EXPORT_SYMBOL(register_die_notifier); /* used modular by kdb */
|
|
|
|
|
|
int unregister_die_notifier(struct notifier_block *nb)
|
|
|
{
|
|
|
return atomic_notifier_chain_unregister(&i386die_chain, nb);
|
|
|
}
|
|
|
-EXPORT_SYMBOL(unregister_die_notifier);
|
|
|
+EXPORT_SYMBOL(unregister_die_notifier); /* used modular by kdb */
|
|
|
|
|
|
static inline int valid_stack_ptr(struct thread_info *tinfo, void *p)
|
|
|
{
|