You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm working on updating all the defconfig's for the other architectures, one thing I'm not sure about is the 8254 and APIC config options for non-x86.
Specifically CONFIG_RTAI_SCHED_8254_LATENCY and CONFIG_RTAI_SCHED_APIC_LATENCY. Can these be removed from ppc, m68k and arm? git grep shows APIC and 8254 references with those architectures, but I'm not sure if they actually do anything. If they don't this should get cleaned up.
Alec
The text was updated successfully, but these errors were encountered:
It seems like they are used to eventually define a constant named TIMER_LATENCY. This constant is used in base/sched/sched.c which is arch-independent.
I think they should stay in all architectures, otherwise sched.c won't compile.
Hi, I'm working on updating all the defconfig's for the other architectures, one thing I'm not sure about is the 8254 and APIC config options for non-x86.
Specifically CONFIG_RTAI_SCHED_8254_LATENCY and CONFIG_RTAI_SCHED_APIC_LATENCY. Can these be removed from ppc, m68k and arm? git grep shows APIC and 8254 references with those architectures, but I'm not sure if they actually do anything. If they don't this should get cleaned up.
Alec
The text was updated successfully, but these errors were encountered: