This patch converts notifier_chain_register to atomic_notifier_chain_register.

Signed-off-by: Bob Picco <[EMAIL PROTECTED]>

 arch/ia64/kernel/kgdb.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.17-rc3-kgdb/arch/ia64/kernel/kgdb.c
===================================================================
--- linux-2.6.17-rc3-kgdb.orig/arch/ia64/kernel/kgdb.c  2006-04-28 
11:59:17.000000000 -0400
+++ linux-2.6.17-rc3-kgdb/arch/ia64/kernel/kgdb.c       2006-04-28 
12:18:24.000000000 -0400
@@ -901,7 +901,7 @@ static struct notifier_block kgdb_notifi
 
 int kgdb_arch_init(void)
 {
-       notifier_chain_register(&ia64die_chain, &kgdb_notifier);
+       atomic_notifier_chain_register(&ia64die_chain, &kgdb_notifier);
        return 0;
 }
 


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Kgdb-bugreport mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to