diff options
author | Werner Almesberger <werner@openmoko.org> | 2009-01-29 14:27:33 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-01-29 14:27:33 +0000 |
commit | d38ff30d88adbe51d50e0f4e66a819b31bd3b234 (patch) | |
tree | e80f772942449e3a0e592290489fb31271f96626 /arch/arm/plat-s3c24xx/time.c | |
parent | d06b61efef255a68d95ec406640205aa1a37ebb2 (diff) |
Quick and dirty interrupt blocking time detector.
Diffstat (limited to 'arch/arm/plat-s3c24xx/time.c')
-rw-r--r-- | arch/arm/plat-s3c24xx/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/time.c b/arch/arm/plat-s3c24xx/time.c index a8e05a83095..713a6bc040f 100644 --- a/arch/arm/plat-s3c24xx/time.c +++ b/arch/arm/plat-s3c24xx/time.c @@ -99,7 +99,7 @@ static inline unsigned long timer_ticks_to_usec(unsigned long ticks) #define SRCPND_TIMER4 (1<<(IRQ_TIMER4 - IRQ_EINT0)) -static unsigned long s3c2410_gettimeoffset (void) +unsigned long s3c2410_gettimeoffset (void) { unsigned long tdone; unsigned long irqpend; |