Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30209
b: refs/heads/master
c: ede65f3
h: refs/heads/master
i:
  30207: 589ad07
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jun 26, 2006
1 parent 99ba37e commit 26b60b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: cf3c769b4b0dd1146da84d5cf045dcfe53bd0f13
refs/heads/master: ede65f3926a284f07765b94d6d9fd10d63791174
4 changes: 2 additions & 2 deletions trunk/drivers/char/hangcheck-timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ __setup("hcheck_reboot", hangcheck_parse_reboot);
__setup("hcheck_dump_tasks", hangcheck_parse_dump_tasks);
#endif /* not MODULE */

#if defined(CONFIG_X86) || defined(CONFIG_S390)
#if defined(CONFIG_X86_64) || defined(CONFIG_S390)
# define HAVE_MONOTONIC
# define TIMER_FREQ 1000000000ULL
#elif defined(CONFIG_IA64)
# define TIMER_FREQ ((unsigned long long)local_cpu_data->itc_freq)
#elif defined(CONFIG_PPC64)
#else
# define TIMER_FREQ (HZ*loops_per_jiffy)
#endif

Expand Down

0 comments on commit 26b60b2

Please sign in to comment.