-
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: 104147 b: refs/heads/master c: 4835bd9 h: refs/heads/master i: 104145: cdfeb36 104143: 7f93a76 v: v3
- Loading branch information
Sam Ravnborg
authored and
David S. Miller
committed
Jul 18, 2008
1 parent
ee5113c
commit 31b3e9c
Showing
2 changed files
with
2 additions
and
24 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: f1ba03cac28edc4d68cca2475d50f463afcd2955 | ||
refs/heads/master: 4835bd988e58150c0a6e2d3e13e319a56ed821dc |
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,23 +1 @@ | ||
#ifndef _ASMSPARC64_PARAM_H | ||
#define _ASMSPARC64_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) | ||
#endif | ||
|
||
#ifndef HZ | ||
#define HZ 100 | ||
#endif | ||
|
||
#define EXEC_PAGESIZE 8192 /* Thanks for sun4's we carry baggage... */ | ||
|
||
#ifndef NOGROUP | ||
#define NOGROUP (-1) | ||
#endif | ||
|
||
#define MAXHOSTNAMELEN 64 /* max length of hostname */ | ||
|
||
#endif /* _ASMSPARC64_PARAM_H */ | ||
#include <asm-sparc/param.h> |