Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235192
b: refs/heads/master
c: 29e3dbb
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Mar 9, 2011
1 parent 51380d1 commit 306bf1e
Show file tree
Hide file tree
Showing 2 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: fe34c478d14480c9e389f71e6bcf62827f86c089
refs/heads/master: 29e3dbb10f0efff1297026679364dacc2c822145
6 changes: 3 additions & 3 deletions trunk/arch/microblaze/kernel/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ static unsigned int timer_baseaddr;
#define TIMER_BASE timer_baseaddr
#endif

unsigned int freq_div_hz;
unsigned int timer_clock_freq;
static unsigned int freq_div_hz;
static unsigned int timer_clock_freq;

#define TCSR0 (0x00)
#define TLR0 (0x04)
Expand Down Expand Up @@ -202,7 +202,7 @@ static struct cyclecounter microblaze_cc = {
.shift = 8,
};

int __init init_microblaze_timecounter(void)
static int __init init_microblaze_timecounter(void)
{
microblaze_cc.mult = div_sc(timer_clock_freq, NSEC_PER_SEC,
microblaze_cc.shift);
Expand Down

0 comments on commit 306bf1e

Please sign in to comment.