Re: [ORLinux] [PATCH 17/35] Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h [ver #2]
From: David Howells <dhowells@redhat.com>
Date: 2012-03-14 11:10:19
Also in:
lkml
From: David Howells <dhowells@redhat.com>
Date: 2012-03-14 11:10:19
Also in:
lkml
Jonas Bonn [off-list ref] wrote:
--- a/include/asm-generic/bitops/atomic.h +++ b/include/asm-generic/bitops/atomic.h@@ -2,7 +2,6 @@ #define _ASM_GENERIC_BITOPS_ATOMIC_H_ #include <asm/types.h> -#include <asm/system.h> #ifdef CONFIG_SMP #include <asm/spinlock.h>
That's actually done in patch 33. I wouldn't want to remove that if I can avoid it until after all the arches have been altered. David