Re: [PATCH] udev enhancements to use kernel event queue
Patrick Mochel (mochel@osdl.org)
Thu, 12 Jun 2003 16:52:58 -0700 (PDT)
> You can't do atomic_inc_and_read on 386. You can on cpus that have
> cmpxchg (e.g. later x86). You can also on machines with load-locked
> and store-conditional instructions (alpha, ppc, probably most other
> RISCs).
Damn, so be it. Ho hum, back to the spinlock I go..
-pat
-
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/