commit | 3b176b25a8146673ade4772d1edfe318caa6818a | [log] [tgz] |
---|---|---|
author | Yong Zhang <yong.zhang0@gmail.com> | Thu Sep 22 16:59:11 2011 +0800 |
committer | Anton Vorontsov <cbouatmailru@gmail.com> | Sat Nov 26 00:34:12 2011 +0400 |
tree | 05817f20a5d28812f793c5e3b5ef8aaa7147c2fa | |
parent | 8cfaaa811894a3ae2d7360a15a6cfccff3ebc7db [diff] |
power_supply: Remove IRQF_DISABLED Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check and yell when an interrupt handler returns with interrupts enabled (see commit [b738a50a: genirq: Warn when handler enables interrupts]). So now this flag is a NOOP and can be removed. Signed-off-by: Yong Zhang <yong.zhang0@gmail.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>