summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-02-27 15:32:47 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-28 01:51:38 +0200
commit4408d0ccd8b860cdbcc63f7f4dd835cab37c6581 (patch)
tree5e9c7a611e5923303db2844888de64f1f917a898 /src/corelib/thread
parentd4c8509a8379e65edcb2854ce7c527ed048e2ab1 (diff)
Rename qatomic_x86_64.h to qatomic_x86.h
This is the first step in merging the i386 and x86-64 architectures. The next commit will bring i386 support into qatomic_x86.h. Change-Id: I24105ea70f3fc29b3fb779a70053f99117440573 Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'src/corelib/thread')
-rw-r--r--src/corelib/thread/qbasicatomic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/thread/qbasicatomic.h b/src/corelib/thread/qbasicatomic.h
index 01a69dbd8b..8bac8d8a5f 100644
--- a/src/corelib/thread/qbasicatomic.h
+++ b/src/corelib/thread/qbasicatomic.h
@@ -82,8 +82,8 @@
# include "QtCore/qatomic_sparc.h"
#elif defined(Q_PROCESSOR_X86_32)
# include <QtCore/qatomic_i386.h>
-#elif defined(Q_PROCESSOR_X86_64)
-# include <QtCore/qatomic_x86_64.h>
+#elif defined(Q_PROCESSOR_X86)
+# include <QtCore/qatomic_x86.h>
// Fallback compiler dependent implementation
#elif defined(Q_COMPILER_ATOMICS) && defined(Q_COMPILER_CONSTEXPR)