commit | 446f6d06fab0b49c61887ecbe8286d6aaa796637 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Apr 19 17:30:57 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 23 11:04:30 2012 +1000 |
tree | 6aacba1bd15a3e85b7a4b655ab2164aa75261488 | |
parent | 3fca40c704dd013797f2c0c518f37cd2cc8e19fe [diff] |
powerpc/mpic: Properly set default triggers This gets rid of the unused default senses array, and replaces the incorrect use of IRQ_TYPE_NONE with the new IRQ_TYPE_DEFAULT for the initial set_trigger() call when mapping an interrupt. This in turn makes us read the HW state and update the irq desc accordingly. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>