From: Greg Ungerer Date: Mon, 7 Mar 2011 13:00:04 +0000 (+1000) Subject: m68knommu: limit interrupts supported by ColdFire intc-simr driver X-Git-Tag: v2.6.39-rc1~464^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=745c061f98720e7be201dd2d2277e524ecf45d1c;p=pandora-kernel.git m68knommu: limit interrupts supported by ColdFire intc-simr driver The intc-simr interrupt controller on some ColdFire CPUs has a set range of interrupts its supports (64 through 128 or 192 depending on model). We shouldn't be setting this handler for every possible interrupt from 0 to 255. Set more appropriate limits, and this means we can drop the interrupt number check in the mask and unmask routines. Signed-off-by: Greg Ungerer --- Reading git-diff-tree failed