-
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: 190926 b: refs/heads/master c: 291d7e9 h: refs/heads/master v: v3
- Loading branch information
Robert P. J. Day
authored and
Geert Uytterhoeven
committed
May 17, 2010
1 parent
013813e
commit f2ca6af
Showing
2 changed files
with
2 additions
and
16 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: b1f3bb494e8acddeb972331c2ac642b3c7bceeb9 | ||
refs/heads/master: 291d7e9553fef2e18825b1ef1345fbd316dff98f |
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,26 +1,12 @@ | ||
#ifndef _M68K_PARAM_H | ||
#define _M68K_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 | ||
|
||
#ifdef __uClinux__ | ||
#define EXEC_PAGESIZE 4096 | ||
#else | ||
#define EXEC_PAGESIZE 8192 | ||
#endif | ||
|
||
#ifndef NOGROUP | ||
#define NOGROUP (-1) | ||
#endif | ||
|
||
#define MAXHOSTNAMELEN 64 /* max length of hostname */ | ||
#include <asm-generic/param.h> | ||
|
||
#endif /* _M68K_PARAM_H */ |