From: Yong Zhang Date: Thu, 22 Sep 2011 08:59:15 +0000 (+0800) Subject: TTY: irq: Remove IRQF_DISABLED X-Git-Tag: v3.2-rc1~170^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cfb5c05fee914cc65d4706801f6bc424082b5f5;p=pandora-kernel.git TTY: 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: Tobias Klauser Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed