]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86, atomic64: In selftest, distinguish x86-64 from 586+
authorH. Peter Anvin <hpa@zytor.com>
Mon, 1 Mar 2010 19:49:23 +0000 (11:49 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 1 Mar 2010 19:51:56 +0000 (11:51 -0800)
commita5c9161f27c3e1ae6c0094d262f03a7e98262181
tree484be5657daf938e76dc61126fc96f9dcfdf8d15
parentf3e83131469e29032a700217aa394996107b8fc5
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 <hpa@zytor.com>
Cc: Luca Barbieri <luca@luca-barbieri.com>
LKML-Reference: <1267005265-27958-4-git-send-email-luca@luca-barbieri.com>
lib/atomic64_test.c