Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182046
b: refs/heads/master
c: d38760c
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Ralf Baechle committed Feb 27, 2010
1 parent ec01f8d commit 00962b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 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: 32fd6901a6d8d19f94e4de6be4e4b552ab078620
refs/heads/master: d38760ccdf879a8648be53488227bf7fe597792d
17 changes: 1 addition & 16 deletions trunk/arch/mips/include/asm/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,8 @@
#ifndef _ASM_PARAM_H
#define _ASM_PARAM_H

#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 65536

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

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

#endif /* _ASM_PARAM_H */

0 comments on commit 00962b9

Please sign in to comment.