Please apply the following fix. It is necessary when CONFIG_HOTPLUG
is not set.
I've tested with linux-2.6.12-rc5 + kdb-v4.4-2.6.12-rc5-common-1 +
kdb-v4.4-2.6.9-rc2-x86-64-1, if that matters.
--- linux/arch/x86_64/kdb/kdbasupport.c.orig 2005-07-25 10:53:32.000000000
+0900
+++ linux/arch/x86_64/kdb/kdbasupport.c 2005-07-27 10:57:48.000000000 +0900
@@ -1243,7 +1243,7 @@ static int kdba_entry( struct notifier_b
/*
* notifier block for kdb entry
*/
-static struct notifier_block __devinitdata kdba_notifier = {
+static struct notifier_block kdba_notifier = {
.notifier_call = kdba_entry
};
---------------------------
Use http://oss.sgi.com/ecartis to modify your settings or to unsubscribe.