[PARISC] Allow nested interrupts
authorJames Bottomley <jejb@parisc-linux.org>
Sat, 9 Sep 2006 19:36:25 +0000 (12:36 -0700)
committerMatthew Wilcox <willy@parisc-linux.org>
Wed, 4 Oct 2006 12:48:57 +0000 (06:48 -0600)
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>

No differences found