commit | 7162ba03729e0a47aaab44448ce2453f07a9664d | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Wed Jan 06 10:14:51 2010 +0900 |
committer | Ben Dooks <ben-linux@fluff.org> | Fri Jan 15 17:10:13 2010 +0900 |
tree | 7f1d852cd36db6c39b2224411d986a4b9fec8390 | |
parent | 4f830db9629e413e7c5523085ab009b0de5ae6d0 [diff] |
ARM: SAMSUNG: Move IRQ VIC timer handling out to common header files Move the VIC based timer interrupt handling out of plat-s3c64xx and into plat-samsung to be re-used for other systems. This also reduces the code size as we now have a common init routine and use the irq_desc to store the interrupt number of the timer. Signed-off-by: Ben Dooks <ben-linux@fluff.org>