commit | d2bbf3da3759d04cd5836955cc59c8ae96092831 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Thu Oct 04 08:52:40 2007 +0200 |
committer | Jens Axboe <axboe@carl.home.kernel.dk> | Wed Oct 10 09:26:00 2007 +0200 |
tree | 8fa462dc477c4e9bf01a340b4230814b98f38273 | |
parent | b5515d86f2efd4dd3516c16c17c1a611a5800b19 [diff] |
Sysace: Don't enable IRQ until after interrupt handler is registered The previous patch to move the interrupt handler registration moved it below enabling interrupts which could be a problem if the device is on a shared interrupt line. This patch fixes the order. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>