1 /* Copyright (c) 2004 Jeff Johnston  <jjohnstn@redhat.com> */
2 /* ARM configuration file; HZ is 100 rather than the default 60 */
3 
4 #ifndef _MACHINE_PARAM_H
5 # define _MACHINE_PARAM_H
6 
7 # define HZ (100)
8 
9 #endif
10