commit | 7085689ed135f94108e46c372015c6f5cd3372a3 | [log] [tgz] |
---|---|---|
author | James Bottomley <jejb@parisc-linux.org> | Sat Sep 09 12:36:25 2006 -0700 |
committer | Matthew Wilcox <willy@parisc-linux.org> | Wed Oct 04 06:48:57 2006 -0600 |
tree | 3bf6f7b50160fae8dd9f2b08a6bc0541500b5c63 | |
parent | 6e5dc42b5add25c94ce0e95da87122f91b4bfdb3 [diff] |
[PARISC] Allow nested interrupts Our prior mode of operation didn't allow nested interrupts because it makes the interrupt code much simpler. However, nested interrupts are better for latency. This code uses the EIEM register to simulate level interrupts and thus achieve nesting. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>