From: Jiri Kosina Date: Fri, 9 Oct 2009 09:26:14 +0000 (+0200) Subject: CIRS: turn local_save_flags() + local_irq_disable()into local_irq_save() X-Git-Tag: v2.6.33-rc1~342^2^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84a3098f1ff8b42f2fdcfda25d1a83ea4a53b021;p=pandora-kernel.git CIRS: turn local_save_flags() + local_irq_disable()into local_irq_save() This is a followup to my patches that fixed this all over the tree quite some time ago. This one went unnoticed for some reason. TLB handling for CRIS contains local_irq_disable() after local_save_flags(). Turn this into local_irq_save(). Signed-off-by: Jiri Kosina Acked-by: Jesper Nilsson --- Reading git-diff-tree failed