fix for x86-64

Jack F Vogel jfv at bluesong.net
Wed Jul 27 10:24:31 PDT 2005


On Wed, Jul 27, 2005 at 03:21:08PM +0900, IWAMOTO Toshihiro wrote:
> 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
>  };
   
Thanks, that was a change made back in the SLES9SP1 code
that somehow got lost in mainline. Good catch.

Jack

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


More information about the kdb mailing list