![]() |
2008-08-15
, 20:33
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#12
|
# cat /proc/sys/kernel/kernel_preemption
![]() |
2008-08-16
, 06:12
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#13
|
You can definetely check if PREEMPT (RT) is enabled:
This should return 1.Code:# cat /proc/sys/kernel/kernel_preemption
See this article for more in-depth details.
You can also do some benchmarks.
You can share how it 'feels'. This is also worth something. No NIT is the same, so if you'd share your build other people can test and/or benchmark as well.
PREEMPT (RT) should work very well on the current NITs with OMAP2. Look here. It has been ported to Linux/ARM (OMAP) since 2005.
![]() |
2008-08-16
, 12:13
|
Posts: 10 |
Thanked: 0 times |
Joined on May 2008
|
#14
|
![]() |
2008-08-16
, 14:42
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#15
|
We aren't using PREEMPT (RT) (which is enabled with CONFIG_PREEMPT_RT), we are just using plain PREEMPT (which is enabled with CONFIG_PREEMPT)
/proc/sys/kernel/kernel_preemption does not exist on the nits when using preempt.
I thought it was my versioning that may have removed it but when I flashed a proper preempt kernel (with the uname showing it was preempt), that proc entry still wasn't there.
Anyway, here is my patch to enable PREEMPT and trick the versioning:
http://pastebin.com/ffc8f11b
EDIT: I'd try that CONFIG_PREEMPT_RT patch but it has disappeared off the internet
The Following User Says Thank You to allnameswereout For This Useful Post: | ||
![]() |
2008-08-16
, 14:45
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#16
|
What a great response! The mention of using preempt rt is particularly interesting. Is anyone one else interested / going to give it a try? Once i finish this paper im writing i will give it a go, just been swamped since i made the original post.
Craig
Of course, I have no way of telling if it's preempt so feel free to treat this like BS
What I just said about the /proc thing wasn't true
Last edited by qwerty12; 2008-08-15 at 16:00.