-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 186467 b: refs/heads/master c: eef83af h: refs/heads/master i: 186465: 987478c 186463: 685a8a8 v: v3
- Loading branch information
Robert P. J. Day
authored and
Kyle McMartin
committed
Mar 6, 2010
1 parent
058768a
commit 83eaf97
Showing
2 changed files
with
2 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 1d747c7e7b754cacb9bc8d31854bdc3a58d70597 | ||
refs/heads/master: eef83afbd6c2577c9fd07e1a280bb0beb603b293 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |