Troy Heber wrote:
On 08/01/06 14:46, Dave Anderson wrote:
> Does the one you used to query CONFIG_PGTABLE_4 show CONFIG_HZ (or
> perhaps CONFIG_HZ_100, CONFIG_HZ_250, and/or CONFIG_HZ_1000)?
On my both my IA-64 and AMD64 2.6.17 boxs I have:
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
Troy
So we should be able to add CONFIG_HZ to the parse[] array
in read_config(), and then just do an atoi(val) to get its value?
If you get a minute, can you try that?
Dave