From 1e49d29b9259b2601d0707034e5d2e583314dde6 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Tue, 26 Jul 2011 16:09:08 -0700 Subject: [PATCH] --- yaml --- r: 260449 b: refs/heads/master c: acac43e2fc4b14ecf1ff229eaa8d1e011d063749 h: refs/heads/master i: 260447: 42d212a9439cff0177fc0cfe0b2ba458bfb8d12d v: v3 --- [refs] | 2 +- trunk/include/asm-generic/atomic.h | 4 +++- trunk/include/linux/atomic.h | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8310b5f0cb01..a28054f64d1c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7847777a45f9f8bfc8617dbf107bde1ecb59caee +refs/heads/master: acac43e2fc4b14ecf1ff229eaa8d1e011d063749 diff --git a/trunk/include/asm-generic/atomic.h b/trunk/include/asm-generic/atomic.h index a8fad943d37b..90e23ea90d0d 100644 --- a/trunk/include/asm-generic/atomic.h +++ b/trunk/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/trunk/include/linux/atomic.h b/trunk/include/linux/atomic.h index 42e7f6372ce2..42b77b5446d2 100644 --- a/trunk/include/linux/atomic.h +++ b/trunk/include/linux/atomic.h @@ -1,3 +1,4 @@ +/* Atomic operations usable in machine independent code */ #ifndef _LINUX_ATOMIC_H #define _LINUX_ATOMIC_H #include