From: Arun Sharma Date: Tue, 26 Jul 2011 23:09:08 +0000 (-0700) Subject: atomic: Update comments in atomic.h X-Git-Tag: v3.1-rc1~159 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=acac43e2fc4b14ecf1ff229eaa8d1e011d063749;p=~emulex%2Finfiniband.git atomic: Update comments in atomic.h This clarifies the differences between and Signed-off-by: Arun Sharma Suggested-by: Mike Frysinger Cc: Eric Dumazet Cc: Ingo Molnar Cc: David Miller Acked-by: Mike Frysinger Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-generic/atomic.h b/include/asm-generic/atomic.h index a8fad943d37..90e23ea90d0 100644 --- a/include/asm-generic/atomic.h +++ b/include/asm-generic/atomic.h @@ -1,5 +1,7 @@ /* - * Generic C implementation of atomic counter operations + * Generic C implementation of atomic counter operations. Usable on + * UP systems only. Do not include in machine independent code. + * * Originally implemented for MN10300. * * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. diff --git a/include/linux/atomic.h b/include/linux/atomic.h index 42e7f6372ce..42b77b5446d 100644 --- a/include/linux/atomic.h +++ b/include/linux/atomic.h @@ -1,3 +1,4 @@ +/* Atomic operations usable in machine independent code */ #ifndef _LINUX_ATOMIC_H #define _LINUX_ATOMIC_H #include