From: James Bottomley Date: Sat, 9 Sep 2006 19:36:25 +0000 (-0700) Subject: [PARISC] Allow nested interrupts X-Git-Tag: v2.6.19-rc1~34^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7085689ed135f94108e46c372015c6f5cd3372a3;p=pandora-kernel.git [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 Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed