From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751557AbXALBfo (ORCPT ); Thu, 11 Jan 2007 20:35:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751558AbXALBfo (ORCPT ); Thu, 11 Jan 2007 20:35:44 -0500 Received: from tomts43.bellnexxia.net ([209.226.175.110]:37401 "EHLO tomts43-srv.bellnexxia.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751556AbXALBfo (ORCPT ); Thu, 11 Jan 2007 20:35:44 -0500 From: Mathieu Desnoyers To: linux-kernel@vger.kernel.org Cc: Linus Torvalds , Andrew Morton , Ingo Molnar , Greg Kroah-Hartman , Christoph Hellwig , ltt-dev@shafik.org, systemtap@sources.redhat.com, Douglas Niehaus , "Martin J. Bligh" , Thomas Gleixner , Mathieu Desnoyers Subject: [PATCH 00/09] atomic.h : standardizing atomic primitives Date: Thu, 11 Jan 2007 20:35:32 -0500 Message-Id: <11685657414033-git-send-email-mathieu.desnoyers@polymtl.ca> X-Mailer: git-send-email 1.4.4.3 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org atomic.h : standardizing atomic primitives It mainly adds support for missing 64 bits cmpxchg and 64 bits atomic add unless. Therefore, principally 64 bits architectures are targeted by these patches. It also adds the complete list of atomic operations on the atomic_long type. These patches apply on 2.6.20-rc4-git3. Signed-off-by : Mathieu Desnoyers