Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 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: b1f3bb494e8acddeb972331c2ac642b3c7bceeb9
refs/heads/master: 291d7e9553fef2e18825b1ef1345fbd316dff98f
16 changes: 1 addition & 15 deletions trunk/arch/m68k/include/asm/param.h
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 */

0 comments on commit f2ca6af

Please sign in to comment.