Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199487
b: refs/heads/master
c: 392ed65
h: refs/heads/master
i:
  199485: 3a69244
  199483: 5f7b5e8
  199479: 2942a42
  199471: 5e4ab01
  199455: 8eceaf5
  199423: d047568
v: v3
  • Loading branch information
Jesper Nilsson committed May 25, 2010
1 parent 3a6530d commit 6557b95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 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: 6b9c88e2a3961346db1a23d967585af16ff33f05
refs/heads/master: 392ed655262446a7d9bc678394600a1d81614313
17 changes: 2 additions & 15 deletions trunk/arch/cris/include/asm/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,9 @@
#define _ASMCRIS_PARAM_H

/* Currently we assume that HZ=100 is good for CRIS. */
#ifdef __KERNEL__
# define HZ CONFIG_HZ /* Internal kernel timer frequency */
# define USER_HZ 100 /* .. some user interfaces are in "ticks" */
# define CLOCKS_PER_SEC (USER_HZ) /* like times() */
#endif

#ifndef HZ
#define HZ 100
#endif

#define EXEC_PAGESIZE 8192

#ifndef NOGROUP
#define NOGROUP (-1)
#endif

#define MAXHOSTNAMELEN 64 /* max length of hostname */
#include <asm-generic/param.h>

#endif
#endif /* _ASMCRIS_PARAM_H */

0 comments on commit 6557b95

Please sign in to comment.