From: Yong Zhang Date: Thu, 22 Sep 2011 08:59:04 +0000 (+0800) Subject: mmc: irq: Remove IRQF_DISABLED X-Git-Tag: v3.2-rc1~129^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9618e9f1a057efdfc52514d6cd7af56e9bddc17;p=pandora-kernel.git mmc: irq: 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 Acked-by: Kishore Kadiyala Acked-by: Guennadi Liakhovetski Signed-off-by: Chris Ball --- Reading git-diff-tree failed