commit | dd952cbb3dae9ea2dc47cc902b796e1e2bf806f0 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Sun Dec 21 02:54:27 2008 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sun Dec 21 02:54:27 2008 -0700 |
tree | 51278ad68a805609bb97d051a968d49585584879 | |
parent | bcb73f5611c1946db768a1c219d205b3bf90f4a5 [diff] |
powerpc/mpc5200: Make internal 5200 PIC the default interrupt controller The MPC5200 internal interrupt controller setup function needs to set the default interrupt controller when it is called. Without this irq_create_of_mapping() cannot be called without first determining the pointer to the irq controller (ie. call with controller = NULL). Reported-by: Steven Cavanagh <scavanagh@secretlab.ca> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>