lkml.org 
[lkml]   [2003]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: fairsched + O(1) process scheduler
From
Date
On Wed, 2003-04-02 at 17:07, Antonio Vargas wrote:

> Hmmm, we had some way for executing code just after an interrupt,
> but outside interrupt scope... was it a bottom half? Can you
> point me to some place where it's done?

Unfortunately uidhash_lock cannot be used from a bottom half either.

You can push it into a work queue. See schedule_work() and the default
events queue.

> Ok, I did know m68k can do it, but wasn't sure about all other arches :)

Yep. Everyone architecture I know of - and certainly all that Linux
support - can do atomic read/writes to a word. Thinking about it, it
would be odd if not (two writes to a single word interleaving?). There
are places this assumption is used.

Anything more complicated, of course, needs atomic operations or locks.

Robert Love

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.445 / U:1.988 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site