llist: Remove the platform-dependent NMI checks
authorIngo Molnar <mingo@elte.hu>
Tue, 4 Oct 2011 10:43:11 +0000 (12:43 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 4 Oct 2011 10:43:11 +0000 (12:43 +0200)
commit2c30245c65e8ebc3080b75ce65572ab8140bad0b
treeed13624ac1bb8d9d81449254cdc086fe8eb76f94
parent1230db8e1543c0471dd165727d34647ab098cc1e
llist: Remove the platform-dependent NMI checks

Remove the nmi() checks spread around the code. in_nmi() is not available
on every architecture and it's a pretty obscure and ugly check in any case.

Cc: Huang Ying <ying.huang@intel.com>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1315461646-1379-3-git-send-email-ying.huang@intel.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/llist.h
lib/llist.c