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.
15 <<<<<<< HEAD
:include
/asm-mn10300
/param
.h
16 #define HZ 1000 /* Internal kernel timer frequency */
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
22 #define CLOCKS_PER_SEC (USER_HZ) /* like times() */
29 #define EXEC_PAGESIZE 4096
35 #define MAXHOSTNAMELEN 64 /* max length of hostname */
36 #define COMMAND_LINE_SIZE 256
38 #endif /* _ASM_PARAM_H */