From: Thomas Gleixner Date: Tue, 17 Sep 2013 18:53:08 +0000 (+0000) Subject: sparc: Use preempt_schedule_irq X-Git-Tag: v3.13-rc1~40^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9385d949d5bd0eb642ed05ea263c3638c9f4e372;p=pandora-kernel.git sparc: Use preempt_schedule_irq The low level preemption code fiddles with the PREEMPT_ACTIVE bit for no reason and calls schedule() with interrupts disabled, which is wrong to begin with. Remove the PREEMPT_ACTIVE fiddling and call the proper schedule_preempt_irq() function. Signed-off-by: Thomas Gleixner Acked-by: David S. Miller Cc: sparclinux@vger.kernel.org Link: http://lkml.kernel.org/r/20130917183628.966769884@linutronix.de --- Reading git-diff-tree failed