Commit 7c6c2fb9 authored by Paul Mackerras's avatar Paul Mackerras

PPC32: define USER_HZ to be 100 (HZ is still 100 for now)

parent 7403ed3e
/*
* BK Id: SCCS/s.param.h 1.8 08/20/01 22:50:29 paulus
* BK Id: %F% %I% %G% %U% %#%
*/
#ifndef _ASM_PPC_PARAM_H
#define _ASM_PPC_PARAM_H
......@@ -8,6 +8,12 @@
#define HZ 100
#endif
#ifdef __KERNEL__
#define HZ 100 /* internal timer frequency */
#define USER_HZ 100 /* for user interfaces in "ticks" */
#define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */
#endif
#define EXEC_PAGESIZE 4096
#ifndef NGROUPS
......@@ -20,8 +26,4 @@
#define MAXHOSTNAMELEN 64 /* max length of hostname */
#ifdef __KERNEL__
# define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
#endif
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment