Hi,
After applying rt63 patch to fresh 3.2.43 I got:
....
CC kernel/rcutiny.o
In file included from kernel/rcutiny.c:54:0:
kernel/rcutiny_plugin.h: In function 'invoke_rcu_callbacks':
kernel/rcutiny_plugin.h:886:2: error: implicit declaration of function
'swake_up' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[2]: *** [kernel/rcutiny.o] Error 1
make[1]: *** [kernel] Error 2
make[1]: Leaving directory `/root/linux-3.2.43'
make: *** [debian/stamp/build/kernel] Error 2
--------
Then I tried this:
-------
root@debian:~/linux-3.2.43# grep -R swake_up
kernel/rcutiny_plugin.h: swake_up(&rcu_kthread_wq);
patch-3.2.43-rt63.patch:+ swake_up(&rcu_kthread_wq);
root@debian:~/linux-3.2.43#
-------
Finally I manualy changed swake_up to swait_wake in rcutiny_plugin.h
(line 886).
(don't know is it right), but kernel is builded now.
Dmitry.
P.S. Marvell Kirkwood native build.
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html