From: Russell King Date: Sun, 13 Apr 2008 16:47:35 +0000 (+0100) Subject: [ARM] Fix kernel mode preemption X-Git-Tag: v2.6.26-rc1~1131^2~2^6~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28fab1a2fd5b1aa92f9ad1adc9e3b8914f89bc74;p=pandora-kernel.git [ARM] Fix kernel mode preemption Luc Van Oostenryck reported: The code removed by this patch tested the irq_cpustat_t members __local_irq_count and __local_bh_count but these fields have been removed some time ago: http://git.kernel.org/?p=linux/kernel/git/tglx/history.git;a=commitdiff;h=3ab146c93e039dec99fec8d441a8dd046fe510cc Fix this oversight. Acked-by: Bill Gatliff Signed-off-by: Russell King --- Reading git-diff-tree failed