From: H. Peter Anvin Date: Mon, 1 Mar 2010 19:49:23 +0000 (-0800) Subject: x86, atomic64: In selftest, distinguish x86-64 from 586+ X-Git-Tag: v2.6.35-rc1~518^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5c9161f27c3e1ae6c0094d262f03a7e98262181;p=pandora-kernel.git x86, atomic64: In selftest, distinguish x86-64 from 586+ The x86-64 implementation of the atomics is totally different from the i586+ implementation, which makes it quite confusing to call it "586+". Also fix indentation, and add "i" for "i386" and "i586" as used elsewhere in the kernel. Signed-off-by: H. Peter Anvin Cc: Luca Barbieri LKML-Reference: <1267005265-27958-4-git-send-email-luca@luca-barbieri.com> --- Reading git-diff-tree failed