On Sun, Dec 11, 2005 at 10:56:38AM +0800, Fuxin Zhang wrote: > BTW: except this problem, 2.6.14 with 16k page size runs well on my > machine. According to our experiences of 2.4 kernels, 16k page size > has a bit benefit over 4k page size(average 6% improvement for spec > cpu2000 int). > But to use 16k kernel, we have to convert binaries of debian/mips: > their sections are often not 16k aligned untill the latest testing branch. AFAIR a 64k alignment between code and data segments was introduced in debian shortly before the sarge release, but no attempt to systematically rebuild with that toolchain was made (because debian sarge supports only 4k paged kernels). A rebuild of the respective sarge packages should be enough to work around the problem. Thiemo