From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 15 Feb 2006 07:20:11 -0800 From: Steven Seeger Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: [Xenomai-help] atomic_t in userspace List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "xenomai@xenomai.org" I just upgraded to the latest SVN after a few months of hiatus, and my userspace app that used atomic_t through nucleus/asm/atomic.h no longer works. It says it can't find atomic_t, and it seems that all the atomic operations have been put inside a kernel only #if. Is there another way to use atomics in my shadowed threads from userspace? Is there any equivalent? Steven