There is a warning when compiling the preempt rt kernel ............................ CC kernel/resource.o CC kernel/sysctl.o /armda38x/bitbake_build/tmp/work/mv_armada_38x-wrs-linux-gnueabi/linux-windriver-3.4-r0/linux/kernel/softirq.c: In function '__tasklet_common_schedule': /armda38x/bitbake_build/tmp/work/mv_armada_38x-wrs-linux-gnueabi/linux-windriver-3.4-r0/linux/kernel/softirq.c:845:5: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses] CC kernel/sysctl_binary.o ...........................
"== exp | TASKLET_STATEF_RUN)" modify to " == (exp | TASKLET_STATEF_RUN)) "