Re: asm/atomic.h and user code

2007-03-03 Thread Ralf Baechle
On Sat, Mar 03, 2007 at 08:09:47PM -0600, Robert Hancock wrote: > Date: Sat, 03 Mar 2007 20:09:47 -0600 > From: Robert Hancock <[EMAIL PROTECTED]> > Subject: Re: asm/atomic.h and user code > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>, > linux-kernel

Re: asm/atomic.h and user code

2007-03-03 Thread Robert Hancock
[EMAIL PROTECTED] wrote: Is it me or it seems it is not possible anymore to use asm/atomic.h in non-kernel code ? Thanks. The atomic functions, as with any internal kernel data structures, were never intended to be used in userspace. In particular, the atomic functions depend on config settin