commit | 475ca391b490a683d66bf19999a8a7a24913f139 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu May 22 06:59:23 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Fri May 23 15:27:26 2008 +1000 |
tree | e7818dcd25169b9d9c9ed35723b3cafd2be455fd | |
parent | 2ca7633dc73405ee775a2e9b7961b47a38bc882d [diff] |
[POWERPC] mpic: Deal with bogus NIRQ in Feature Reporting Register Some chips (like the SoCs from Freescale) report the wrong value in NIRQ and this causes issues if its doesn't match or exceed the value of irq_count. Add a flag that board code can set to just use irq_count instead of FRR[NIRQ]. Eventually we'll add a device tree property with the number of sources. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>