From: Heiko Carstens This BUG_ON is not needed, since all (debug) checks are also done in smp_call_function() which gets called by this function. Signed-off-by: Heiko Carstens Signed-off-by: Ursula Braun --- net/iucv/iucv.c | 1 - 1 file changed, 1 deletion(-) Index: net-2.6.26-uschi/net/iucv/iucv.c =================================================================== --- net-2.6.26-uschi.orig/net/iucv/iucv.c +++ net-2.6.26-uschi/net/iucv/iucv.c @@ -795,7 +795,6 @@ int iucv_path_connect(struct iucv_path * union iucv_param *parm; int rc; - BUG_ON(in_atomic()); spin_lock_bh(&iucv_table_lock); iucv_cleanup_queue(); parm = iucv_param[smp_processor_id()]; -- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html