Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96739
b: refs/heads/master
c: b7cffc1
h: refs/heads/master
i:
  96737: 60e0b63
  96735: 74dd0b0
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed May 15, 2008
1 parent 1b02fef commit d35bc2d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 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: 772279c5f1dceb58d451dca94b557fd89b1ce890
refs/heads/master: b7cffc1f29c1bc729bc50c863c87f93f9b70994b
4 changes: 4 additions & 0 deletions trunk/include/asm-alpha/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
hardware ignores reprogramming. We also need userland buy-in to the
change in HZ, since this is visible in the wait4 resources etc. */

#ifdef __KERNEL__
#define HZ CONFIG_HZ
#define USER_HZ HZ
#else
#define HZ 1024
#endif

#define EXEC_PAGESIZE 8192

Expand Down
8 changes: 3 additions & 5 deletions trunk/include/asm-h8300/param.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
#ifndef _H8300_PARAM_H
#define _H8300_PARAM_H


#ifndef HZ
#define HZ CONFIG_HZ
#endif

#ifdef __KERNEL__
#define HZ CONFIG_HZ
#define USER_HZ HZ
#define CLOCKS_PER_SEC (USER_HZ)
#else
#define HZ 100
#endif

#define EXEC_PAGESIZE 4096
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-um/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#define HZ CONFIG_HZ
#define USER_HZ 100 /* .. some user interfaces are in "ticks" */
#define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */
#else
#define HZ 100
#endif

#endif
2 changes: 2 additions & 0 deletions trunk/include/asm-v850/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
# define HZ CONFIG_HZ
# define USER_HZ 100
# define CLOCKS_PER_SEC USER_HZ
#else
# define HZ 100
#endif

#endif /* __V850_PARAM_H__ */
2 changes: 2 additions & 0 deletions trunk/include/asm-xtensa/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# define HZ CONFIG_HZ /* internal timer frequency */
# define USER_HZ 100 /* for user interfaces in "ticks" */
# define CLOCKS_PER_SEC (USER_HZ) /* frequnzy at which times() counts */
#else
# define HZ 100
#endif

#define EXEC_PAGESIZE 4096
Expand Down

0 comments on commit d35bc2d

Please sign in to comment.