Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 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: 1d747c7e7b754cacb9bc8d31854bdc3a58d70597
refs/heads/master: eef83afbd6c2577c9fd07e1a280bb0beb603b293
23 changes: 1 addition & 22 deletions trunk/arch/parisc/include/asm/param.h
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>

0 comments on commit 83eaf97

Please sign in to comment.