Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47263
b: refs/heads/master
c: 5b71bdd
h: refs/heads/master
i:
  47261: e51440e
  47259: 0934909
  47255: f68659d
  47247: d8b0867
  47231: eea2e17
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Feb 9, 2007
1 parent 1e3dee3 commit 71e05ed
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c3cf83b70c25c2b1d5569d6cc24e879464d1803b
refs/heads/master: 5b71bddb78df5e292ae90f7603a996e51b3ecb88
5 changes: 2 additions & 3 deletions trunk/arch/i386/kernel/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/* FSEC = 10^-15 NSEC = 10^-9 */
#define FSEC_PER_NSEC 1000000

static void *hpet_ptr;
static void __iomem *hpet_ptr;

static cycle_t read_hpet(void)
{
Expand Down Expand Up @@ -40,8 +40,7 @@ static int __init init_hpet_clocksource(void)
return -ENODEV;

/* calculate the hpet address: */
hpet_base =
(void __iomem*)ioremap_nocache(hpet_address, HPET_MMAP_SIZE);
hpet_base = ioremap_nocache(hpet_address, HPET_MMAP_SIZE);
hpet_ptr = hpet_base + HPET_COUNTER;

/* calculate the frequency: */
Expand Down

0 comments on commit 71e05ed

Please sign in to comment.