[ARM] Fix kernel mode preemption
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 13 Apr 2008 16:47:35 +0000 (17:47 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 19 Apr 2008 10:28:09 +0000 (11:28 +0100)
commit28fab1a2fd5b1aa92f9ad1adc9e3b8914f89bc74
tree97a4d6b84c3cf735a441587cf8b2cff186bd8ea8
parent84081bd2205efd1e6c7203bc7099b4350839ee39
[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 <bgat@billgatliff.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/entry-armv.S