2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
6 * include/asm-sh64/param.h
8 * Copyright (C) 2000, 2001 Paolo Alberelli
9 * Copyright (C) 2003 Paul Mundt
12 #ifndef __ASM_SH64_PARAM_H
13 #define __ASM_SH64_PARAM_H
15 #include <linux/config.h>
19 # define HZ 1000 /* Needed for high-res WOVF */
23 # define USER_HZ 100 /* User interfaces are in "ticks" */
24 # define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */
31 #define EXEC_PAGESIZE 4096
41 #define MAXHOSTNAMELEN 64 /* max length of hostname */
43 #endif /* __ASM_SH64_PARAM_H */