Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git] / include / asm-mn10300 / param.h
blob16d6b175bb52072a37d2297ea09bae8d0b506284
1 /* MN10300 Kernel parameters
3 * Copyright (C) 2007 Matsushita Electric Industrial Co., Ltd.
4 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public Licence
8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
11 #ifndef _ASM_PARAM_H
12 #define _ASM_PARAM_H
14 #ifdef __KERNEL__
15 <<<<<<< HEAD:include/asm-mn10300/param.h
16 #define HZ 1000 /* Internal kernel timer frequency */
17 =======
18 #define HZ CONFIG_HZ /* Internal kernel timer frequency */
19 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:include/asm-mn10300/param.h
20 #define USER_HZ 100 /* .. some user interfaces are in
21 * "ticks" */
22 #define CLOCKS_PER_SEC (USER_HZ) /* like times() */
23 #endif
25 #ifndef HZ
26 #define HZ 100
27 #endif
29 #define EXEC_PAGESIZE 4096
31 #ifndef NOGROUP
32 #define NOGROUP (-1)
33 #endif
35 #define MAXHOSTNAMELEN 64 /* max length of hostname */
36 #define COMMAND_LINE_SIZE 256
38 #endif /* _ASM_PARAM_H */