iucv: get rid of in_atomic() use.
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 10 Apr 2008 09:12:03 +0000 (02:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Apr 2008 09:12:03 +0000 (02:12 -0700)
commit9284d6c704b5cfc7f2eb44f81255b4762bcfe4c5
treefbe859f42417af49dc408af084d4fb92a88f23e3
parent3db8ce35c37b62d27e7656fe5e7d2d2865002045
iucv: get rid of in_atomic() use.

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 <heiko.carstens@de.ibm.com>
Signed-off-by: Ursula Braun <braunu@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/iucv/iucv.c