Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030274AbXAYQQA (ORCPT ); Thu, 25 Jan 2007 11:16:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030273AbXAYQP7 (ORCPT ); Thu, 25 Jan 2007 11:15:59 -0500 Received: from tomts10-srv.bellnexxia.net ([209.226.175.54]:46892 "EHLO tomts10-srv.bellnexxia.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030258AbXAYQP6 (ORCPT ); Thu, 25 Jan 2007 11:15:58 -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 , Paul Mackerras , Mathieu Desnoyers Subject: [PATCH 00/09] atomic.h : standardizing atomic primitives Date: Thu, 25 Jan 2007 11:15:45 -0500 Message-Id: <11697417541743-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 Content-Length: 631 Lines: 16 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-rc5-git4. Signed-off-by : Mathieu Desnoyers - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/