Re: [ltt-dev] [RFC git tree] Userspace RCU (urcu) for Linux(repost)

From: Linus Torvalds
Date: Thu Feb 12 2009 - 16:16:21 EST




On Thu, 12 Feb 2009, Paul E. McKenney wrote:
>
> In other words, you are arguing for using ACCESS_ONCE() in the loops,
> but keeping the old ACCESS_ONCE() definition, and declaring BF hardware
> broken?

Well, I _also_ argue that if you have a busy loop, you'd better have a
cpu_relax() in there somewhere anyway. If you don't, you have a bug.

So I think the BF approach is "borderline broken", but I think it should
work, if BF just has whatever appropriate cache flush in its cpu_relax.

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