From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from systemhalted (CPE00207807b093-CM.cpe.net.cable.rogers.com [24.112.180.230]) by dsl2.external.hp.com (Postfix) with ESMTP id 1F2864829 for ; Wed, 15 Jan 2003 12:31:41 -0700 (MST) Date: Wed, 15 Jan 2003 14:31:43 -0500 From: Carlos O'Donell To: John David Anglin Cc: parisc-linux@lists.parisc-linux.org Subject: Re: [parisc-linux] 64 userspace Message-ID: <20030115193143.GF20519@systemhalted> References: <20030115190154.GA20519@systemhalted> <200301151909.h0FJ9iL1021952@hiauly1.hia.nrc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <200301151909.h0FJ9iL1021952@hiauly1.hia.nrc.ca> Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: > > I wonder if this isn't the problem with expect. > > Dave On another note, if expect calls code that uses atomic_add, compare_and_swap, and exchange_and_add, they are currently generic and not guaranteed to be atomic under any situation. See atomicity.h. Damn, I should really get around to implementing these. c.