commit | 2c30245c65e8ebc3080b75ce65572ab8140bad0b | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Tue Oct 04 12:43:11 2011 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 04 12:43:11 2011 +0200 |
tree | ed13624ac1bb8d9d81449254cdc086fe8eb76f94 | |
parent | 1230db8e1543c0471dd165727d34647ab098cc1e [diff] |
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>