commit | 84a3098f1ff8b42f2fdcfda25d1a83ea4a53b021 | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Fri Oct 09 11:26:14 2009 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Nov 09 09:40:57 2009 +0100 |
tree | 79fd7299586d2c91353170420e3572edc626ade3 | |
parent | 21ae2956ce289f61f11863cc67080f9a28101ae0 [diff] |
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 <jkosina@suse.cz> Acked-by: Jesper Nilsson <Jesper.Nilsson@axis.com>