Skip to content

Commit

Permalink
parisc: Simplify param.h by including <asm-generic/param.h>
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <[email protected]>
Signed-off-by: Kyle McMartin <[email protected]>
  • Loading branch information
rpjday authored and jkkm committed Mar 6, 2010
1 parent 1d747c7 commit eef83af
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions arch/parisc/include/asm/param.h
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
#ifndef _ASMPARISC_PARAM_H
#define _ASMPARISC_PARAM_H

#ifdef __KERNEL__
#define HZ CONFIG_HZ
#define USER_HZ 100 /* some user API use "ticks" */
#define CLOCKS_PER_SEC (USER_HZ) /* like times() */
#endif

#ifndef HZ
#define HZ 100
#endif

#define EXEC_PAGESIZE 4096

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

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

#endif
#include <asm-generic/param.h>

0 comments on commit eef83af

Please sign in to comment.