diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-06-23 00:12:01 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-07-06 21:52:35 +0200 |
commit | 8d460a573e2a2ac4834636903865a0428ad0e629 (patch) | |
tree | 68ee0470997843b026d783008fb98ff8a16ecf80 /cpu/arm920t/s3c24x0/timer.c | |
parent | c8badbe500a752f42049e51042767ee62ea714e0 (diff) | |
download | u-boot-imx-8d460a573e2a2ac4834636903865a0428ad0e629.zip u-boot-imx-8d460a573e2a2ac4834636903865a0428ad0e629.tar.gz u-boot-imx-8d460a573e2a2ac4834636903865a0428ad0e629.tar.bz2 |
S3C24x0: extract interrupts from timer
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/arm920t/s3c24x0/timer.c')
-rw-r--r-- | cpu/arm920t/s3c24x0/timer.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpu/arm920t/s3c24x0/timer.c b/cpu/arm920t/s3c24x0/timer.c index f0a09cd..c8c7cdb 100644 --- a/cpu/arm920t/s3c24x0/timer.c +++ b/cpu/arm920t/s3c24x0/timer.c @@ -215,13 +215,4 @@ void reset_cpu (ulong ignored) /*NOTREACHED*/ } -#ifdef CONFIG_USE_IRQ -void s3c2410_irq(void) -{ - S3C24X0_INTERRUPT * irq = S3C24X0_GetBase_INTERRUPT(); - u_int32_t intpnd = irq->INTPND; - -} -#endif /* USE_IRQ */ - #endif /* defined(CONFIG_S3C2400) || defined (CONFIG_S3C2410) || defined (CONFIG_TRAB) */ |