]> bbs.cooldavid.org Git - net-next-2.6.git/commit
MIPS: Alchemy: Remove USB_DEV_REQ_INT prioritization hack
authorManuel Lauss <manuel.lauss@googlemail.com>
Wed, 7 Oct 2009 18:15:12 +0000 (20:15 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 27 Feb 2010 11:52:52 +0000 (12:52 +0100)
commit5047201b56ce8671cc19f426e2951de9f29b3485
treeec01960ed10ffe2e6b8f192a9f78b87daf5af2c4
parent0273b4efccd3bc2b2ef5ea9778e71d8efbbb7ac7
MIPS: Alchemy: Remove USB_DEV_REQ_INT prioritization hack

The Alchemy hardware provides a method to prioritize interrupts
on a controller by assigning them to a differenct core request line.
Assign usb device request interrupt to IC0 Request 0 (which has
highest priority in the core and the dispatcher) and others to
Request 1.  The explicit check for usb device request occurrence
should be obsolete now.

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/alchemy/common/irq.c