]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf3857806b6f11350756863167ab3623c6caf0abd
treeed13624ac1bb8d9d81449254cdc086fe8eb76f94
parent7bbdb0dd81d403ffd9f974d3993a69c4a4b258ca
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