commit | d30239a0ef2000cfae6c60f8e870da2d8dba4d22 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Fri Jan 09 15:49:05 2009 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Fri Jan 09 15:49:05 2009 -0700 |
tree | 1d78f9da02bdd3e3a8111f58f28f41b2153af3d0 | |
parent | 23faf63123e306b4a134f6d6c501813f6c8599dc [diff] |
powerpc/mpc52xx: Properly update irq_desc when set_type() is called. The MPC5200 PIC driver doesn't correctly update the .status field of the irq_desc structure when the set_type hook is called. This patch adds the required code. Also cleans up the external IRQ typename field to be something easier to read (very minor). Signed-off-by: Grant Likely <grant.likely@secretlab.ca>