From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 17 Jan 2011 15:21:04 -0800 Subject: [PATCH 09/14] ARM: v6k: select generic atomic64 code according to V6 variants In-Reply-To: References: <20110117192050.GE23331@n2100.arm.linux.org.uk> Message-ID: <20110117232104.GH4957@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Russell King - ARM Linux [110117 11:23]: > If CONFIG_CPU_V6 is enabled, avoid using the double-word exclusive > instructions in the kernel's atomic implementations as these are not > supported. Fall back to the generic spinlock code instead. > > Signed-off-by: Russell King Acked-by: Tony Lindgren