public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* How do I raise a thread to realtime priority?
@ 2004-02-12 21:53 Robin Holt
  2004-02-12 22:08 ` Matthew Wilcox
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Robin Holt @ 2004-02-12 21:53 UTC (permalink / raw)
  To: linux-ia64


In the 2.4 kernel headers, unistd.h had a _syscall3 that I could
use to make an extern of the sys_sched_setscheduler raise a tasks
priority to realtime.  With 2.6, the _syscall3 has been replaced
with static inlines.  This all seems well.

Since sys_sched_setscheduler is not in the unistd.h, should I add
it to unistd.h?  Is there a prefered method for exporting/inlining
syscall entry points?

Thanks,
Robin Holt

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-02-12 23:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-12 21:53 How do I raise a thread to realtime priority? Robin Holt
2004-02-12 22:08 ` Matthew Wilcox
2004-02-12 22:17 ` Robin Holt
2004-02-12 23:12 ` Randy.Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox