Hi,
I tried linux kernel 3.2 3.6 and 3.10 from the Raspberryi Pi repository applying RT patch.
Compiling 3.10 I got this error:
CC lib/sort.o
CC lib/parser.o
CC lib/bust_spinlocks.o
CC lib/kasprintf.o
CC lib/scatterlist.o
lib/scatterlist.c: In function ‘sg_miter_stop’:
lib/scatterlist.c:537:4: error: implicit declaration of function ‘pagefault_disabled’ [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[1]: *** [lib/scatterlist.o] Error 1
make: *** [lib] Error 2
Compiling linux kernel 3.2 first I got compilation error in the sound driver, but I solved it removing from the kernel config. After rebooting the system is hanging at sd/mmc driver.
Trying the kernel 3.6 the system is hanging too at network driver.
Can anyone give me a kernel version that is compilable with rt patch and it is working?
Many thanks!