Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8254 and APIC x86 specific or not? #9

Closed
NTULINUX opened this issue Jul 15, 2013 · 1 comment
Closed

8254 and APIC x86 specific or not? #9

NTULINUX opened this issue Jul 15, 2013 · 1 comment
Labels

Comments

@NTULINUX
Copy link
Collaborator

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

@ShabbyX
Copy link
Owner

ShabbyX commented Jul 15, 2013

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.

@ShabbyX ShabbyX closed this as completed Jul 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants