| commit | 1279b7f1168ad6a2606191090f8a96eba64766a4 | [log] [tgz] |
|---|---|---|
| author | Paul Mundt <lethal@linux-sh.org> | Mon Aug 31 15:15:33 2009 +0900 |
| committer | Paul Mundt <lethal@linux-sh.org> | Mon Aug 31 15:15:33 2009 +0900 |
| tree | dc2a8ab17c70ab8704d5a36d9c3ec1e7c4e8e9e7 | |
| parent | 2f6dafc5fcbf3fddce345c47da1f277a156fe22a [diff] |
sh: Fix up simplified multi-evt handling under sparseirq. This fixes up the simplified multi-evt handling when sparseirq support is enabled. While vectors are redirected through the single unique masking source, each one of the redirected vectors still requires its own backing irq_desc, which needs to be manually allocated in the sparseirq case. Signed-off-by: Paul Mundt <lethal@linux-sh.org>