Jack,

Ah, it appears that the following patch from is still not included in your 
x86_64 kdb patch.  Adding this patch fixes my Opteron kdb build when 
CONFIG_HOTPLUG is not set:

To:     [email protected]
Subject:        fix for x86-64
From:   IWAMOTO Toshihiro <[EMAIL PROTECTED]>
Date:   Wed, 27 Jul 2005 15:21:08 +0900
Sender:         [EMAIL PROTECTED]

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
 };
 
-- 
Ray Bryant
AMD Performance Labs                   Austin, Tx
512-602-0038 (o)                 512-507-7807 (c)

---------------------------
Use http://oss.sgi.com/ecartis to modify your settings or to unsubscribe.

Reply via email to