]> www.infradead.org Git - users/jedix/linux-maple.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)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 5 Dec 2012 16:58:21 +0000 (11:58 -0500)
commita27cdb66ece70e30b97b6dcd703ea00b82edc766
treeb5e3f0f94b97e71f65560629174405d85bd5f543
parente0571425bcc0a85d49621f6d0af78375809e4826
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>
(cherry picked from commit 2c30245c65e8ebc3080b75ce65572ab8140bad0b)
include/linux/llist.h
lib/llist.c