fazto wrote:OK, thanks int2str.
I guess I must wait for mm2 :( . Will this also remove the really fast feel I have with this kernel, and if so, are there kernel configs to get that re-enabled?
I experienced exactly the same thing when I booted the new kernel for the first time this morning. I just thought WOW and fastened my seatbelt! ;)
For example all the menues in KDE popup a lot faster and the responsiveness of the whole system is dramatically increased.
Does anyone know what has been changed in kernel 2.6.7-mm1 to result in such an improvement?
I would also like to know, if with -mm2 these are gone?
UPDATE:
After a first successful compile of 2.6.7-mm1 yesterday evening, applying the above patch results in the following error message:
Code: Select all
CC arch/i386/kernel/time.o
In file included from arch/i386/kernel/time.c:59:
include/asm-i386/mach-default/mach_time.h: In Funktion >>mach_set_rtc_mmss<<:
include/asm-i386/mach-default/mach_time.h:51: error: redeclaration of `__x'
include/asm-i386/mach-default/mach_time.h:51: error: `__x' previously declared here
include/asm-i386/mach-default/mach_time.h:51: Warnung: unused variable `__x'
include/asm-i386/mach-default/mach_time.h:55: error: redeclaration of `__x'
include/asm-i386/mach-default/mach_time.h:55: error: `__x' previously declared here
include/asm-i386/mach-default/mach_time.h:55: Warnung: unused variable `__x'
make[1]: *** [arch/i386/kernel/time.o] Fehler 1
make: *** [arch/i386/kernel] Fehler 2