Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48898
b: refs/heads/master
c: 9dd3494
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Russell King committed Feb 16, 2007
1 parent e748ac5 commit d771c23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c587e4a6a4d808fd2a1c4e7fb2d5a3a31e300d23
refs/heads/master: 9dd34948aaf631610355891a70cc55408eae840e
4 changes: 3 additions & 1 deletion trunk/arch/arm/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@
*/
struct sys_timer *system_timer;

#if defined(CONFIG_RTC_DRV_CMOS) || defined(CONFIG_RTC_DRV_CMOS_MODULE)
/* this needs a better home */
DEFINE_SPINLOCK(rtc_lock);

#ifdef CONFIG_SA1100_RTC_MODULE
#ifdef CONFIG_RTC_DRV_CMOS_MODULE
EXPORT_SYMBOL(rtc_lock);
#endif
#endif /* pc-style 'CMOS' RTC support */

/* change this if you have some constant time drift */
#define USECS_PER_JIFFY (1000000/HZ)
Expand Down

0 comments on commit d771c23

Please sign in to comment.