From: Ralf Baechle Date: Mon, 3 Sep 2007 14:22:26 +0000 (+0200) Subject: [MIPS] Provide empty irq_enable_hazard definition for legacy and R1 cores. X-Git-Tag: v2.6.23-rc7~95^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4af2b1454da7a2feec071a6a50dd957df7d0b7a7;p=pandora-kernel.git [MIPS] Provide empty irq_enable_hazard definition for legacy and R1 cores. Following a strict interpretation the empty definition of irq_enable_hazard has always been a bug - but an intentional one because it didn't bite. This has now changed, for uniprocessor kernels mm/slab.c:do_drain() [...] on_each_cpu(do_drain, cachep, 1, 1); check_irq_on(); [...] may be compiled into a mtc0 c0_status; mfc0 c0_status sequence resulting in a back-to-back hazard. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed