Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38352
b: refs/heads/master
c: 856fe98
h: refs/heads/master
v: v3
  • Loading branch information
Jim Cromie authored and Linus Torvalds committed Oct 4, 2006
1 parent 53c5f1f commit 2af79cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 9bded00bf62090ebc9d6e8be640cdb69e8497db6
refs/heads/master: 856fe98f168e5b80b053979769af2514aab96d6b
4 changes: 2 additions & 2 deletions trunk/drivers/clocksource/scx200_hrt.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static struct clocksource cs_hrt = {

static int __init init_hrt_clocksource(void)
{
/* Make sure scx200 has initializedd the configuration block */
/* Make sure scx200 has initialized the configuration block */
if (!scx200_cb_present())
return -ENODEV;

Expand All @@ -76,7 +76,7 @@ static int __init init_hrt_clocksource(void)
}

/* write timer config */
outb(HR_TMEN | (mhz27) ? HR_TMCLKSEL : 0,
outb(HR_TMEN | (mhz27 ? HR_TMCLKSEL : 0),
scx200_cb_base + SCx200_TMCNFG_OFFSET);

if (mhz27) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/scx200.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extern unsigned scx200_cb_base;

/* High Resolution Timer */
#define SCx200_TIMER_OFFSET 0x08
#define SCx200_TIMER_SIZE 0x05
#define SCx200_TIMER_SIZE 0x06

/* Clock Generators */
#define SCx200_CLOCKGEN_OFFSET 0x10
Expand Down

0 comments on commit 2af79cb

Please sign in to comment.