Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65186
b: refs/heads/master
c: 3dffec4
h: refs/heads/master
v: v3
  • Loading branch information
S.Çağlar Onur authored and Linus Torvalds committed Sep 26, 2007
1 parent f68d45c commit 6b222c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 255129d1e9ca0ed3d69d5517fae3e03d7ab4b806
refs/heads/master: 3dffec45c2742961dd27f55aba426cb9cf3f0dcd
3 changes: 3 additions & 0 deletions trunk/drivers/char/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@

static u32 hpet_nhpet, hpet_max_freq = HPET_USER_FREQ;

/* This clocksource driver currently only works on ia64 */
#ifdef CONFIG_IA64
static void __iomem *hpet_mctr;

static cycle_t read_hpet(void)
Expand All @@ -79,6 +81,7 @@ static struct clocksource clocksource_hpet = {
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
};
static struct clocksource *hpet_clocksource;
#endif

/* A lock for concurrent access by app and isr hpet activity. */
static DEFINE_SPINLOCK(hpet_lock);
Expand Down

0 comments on commit 6b222c7

Please sign in to comment.