I change CONFIG_HZ*. Previous I had CONFIG_HZ=1000, already I have 300:
maciek@gumis:~$ cat /boot/config-2.6.26.2 | grep CONFIG_HZ
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_300=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=300
If ealier I had boot problem in 2.6.26.2 than now I haven't any
problem with it. Change timer frequency to lower solves problem, but I
don't understand why.
--
Maciej Rutecki
http://www.maciek.unixy.pl
--