Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178747
b: refs/heads/master
c: f5cae7b
h: refs/heads/master
i:
  178745: 507c1a5
  178743: 6a403c0
v: v3
  • Loading branch information
Robert P. J. Day authored and Martin Schwidefsky committed Jan 4, 2010
1 parent ae4d4d3 commit 72f20aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 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: 6486cda6c6b15368e2c925d89b4e9ed13e67b91b
refs/heads/master: f5cae7b0fb6927981a839443dfa6d73c30415cba
28 changes: 2 additions & 26 deletions trunk/arch/s390/include/asm/param.h
Original file line number Diff line number Diff line change
@@ -1,30 +1,6 @@
/*
* include/asm-s390/param.h
*
* S390 version
*
* Derived from "include/asm-i386/param.h"
*/

#ifndef _ASMS390_PARAM_H
#define _ASMS390_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

#define EXEC_PAGESIZE 4096

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

#define MAXHOSTNAMELEN 64 /* max length of hostname */
#include <asm-generic/param.h>

#endif
#endif /* _ASMS390_PARAM_H */

0 comments on commit 72f20aa

Please sign in to comment.