summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/arch.pri
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-02-27 16:01:53 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-28 01:51:40 +0200
commite7a6dacf805602eb76786244da76dae29624bfb7 (patch)
tree04c14aa619ae396360a6ce1682f208fddadccb98 /src/corelib/arch/arch.pri
parent4408d0ccd8b860cdbcc63f7f4dd835cab37c6581 (diff)
Unify the atomic implementation for x86 architectures
It's almost exactly the same code in both files, so let's have one file only. That means we need an #ifdef for the special case of 64-bit types on i386. Also take the opportunity to add a comment explaining how this works. Change-Id: I50d274fa026806ae511b1045aa8a5c25daaa0edc Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'src/corelib/arch/arch.pri')
-rw-r--r--src/corelib/arch/arch.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/arch/arch.pri b/src/corelib/arch/arch.pri
index a178c24366..51e67abfd4 100644
--- a/src/corelib/arch/arch.pri
+++ b/src/corelib/arch/arch.pri
@@ -9,7 +9,6 @@ HEADERS += \
arch/qatomic_armv7.h \
arch/qatomic_bfin.h \
arch/qatomic_bootstrap.h \
- arch/qatomic_i386.h \
arch/qatomic_ia64.h \
arch/qatomic_mips.h \
arch/qatomic_power.h \