Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285004
b: refs/heads/master
c: 3d7f1dc
h: refs/heads/master
v: v3
  • Loading branch information
David Howells committed Dec 13, 2011
1 parent 2c9c7ac commit 61c8ddb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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: cb0d93505f6e9d2db87a50f402ec022517ec44c8
refs/heads/master: 3d7f1dc195167efcb269e83055672d5c0a6bd650
13 changes: 7 additions & 6 deletions trunk/include/asm-generic/param.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
#ifndef __ASM_GENERIC_PARAM_H
#define __ASM_GENERIC_PARAM_H

#ifdef __KERNEL__
# define HZ CONFIG_HZ /* Internal kernel timer frequency */
# define USER_HZ 100 /* some user interfaces are */
# define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */
#endif

#ifndef HZ
#define HZ 100
#endif
Expand All @@ -21,4 +15,11 @@

#define MAXHOSTNAMELEN 64 /* max length of hostname */

#ifdef __KERNEL__
# undef HZ
# define HZ CONFIG_HZ /* Internal kernel timer frequency */
# define USER_HZ 100 /* some user interfaces are */
# define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */
#endif

#endif /* __ASM_GENERIC_PARAM_H */

0 comments on commit 61c8ddb

Please sign in to comment.