Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38525
b: refs/heads/master
c: 9cf8f37
h: refs/heads/master
i:
  38523: 58abe8f
v: v3
  • Loading branch information
Grant Grundler authored and Matthew Wilcox committed Oct 4, 2006
1 parent d0f8577 commit 81116c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 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: 342a0497c23c278633f8674ab62f71e5049b7080
refs/heads/master: 9cf8f370f0777a24808b3485f3b5abb8e736d3e8
10 changes: 3 additions & 7 deletions trunk/include/asm-parisc/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
#define _ASMPARISC_PARAM_H

#ifdef __KERNEL__
# ifdef CONFIG_PA20
# define HZ 1000 /* Faster machines */
# else
# define HZ 100 /* Internal kernel timer frequency */
# endif
# define USER_HZ 100 /* .. some user interfaces are in "ticks" */
# define CLOCKS_PER_SEC (USER_HZ) /* like times() */
#define HZ CONFIG_HZ
#define USER_HZ 100 /* some user API use "ticks" */
#define CLOCKS_PER_SEC (USER_HZ) /* like times() */
#endif

#ifndef HZ
Expand Down

0 comments on commit 81116c8

Please sign in to comment.