Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349712
b: refs/heads/master
c: 84e4e46
h: refs/heads/master
v: v3
  • Loading branch information
Chris Metcalf committed Feb 4, 2013
1 parent d34d2bb commit ec3ca9f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 99a844b7319fef4f41794efdc3ecdd74920cd756
refs/heads/master: 84e4e46020cdb0e091858eb8263a2287880e2bad
2 changes: 1 addition & 1 deletion trunk/drivers/input/joystick/analog.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static unsigned int get_time_pit(void)
#define GET_TIME(x) do { x = get_cycles(); } while (0)
#define DELTA(x,y) ((y)-(x))
#define TIME_NAME "PCC"
#elif defined(CONFIG_MN10300)
#elif defined(CONFIG_MN10300) || defined(CONFIG_TILE)
#define GET_TIME(x) do { x = get_cycles(); } while (0)
#define DELTA(x, y) ((x) - (y))
#define TIME_NAME "TSC"
Expand Down

0 comments on commit ec3ca9f

Please sign in to comment.