From: Alexey Kardashevskiy Date: Wed, 28 Aug 2013 08:37:39 +0000 (+1000) Subject: hashtable: add hash_for_each_possible_rcu_notrace() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~46^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81fcfb813fe99c30f77dd3ed9a4e541d14a9ed01;p=pandora-kernel.git hashtable: add hash_for_each_possible_rcu_notrace() This adds hash_for_each_possible_rcu_notrace() which is basically a notrace clone of hash_for_each_possible_rcu() which cannot be used in real mode due to its tracing/debugging capability. Signed-off-by: Alexey Kardashevskiy Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed