summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/p2m.c
diff options
context:
space:
mode:
authorChristian Borntraeger <borntraeger@de.ibm.com>2015-01-06 22:47:41 +0100
committerChristian Borntraeger <borntraeger@de.ibm.com>2015-01-19 14:14:19 +0100
commitda1a288d8562739aa8ba0273d4fb6b73b856c0d3 (patch)
tree80d57ed776241fbcc48339d1ef1012cd39a5cf69 /arch/x86/xen/p2m.c
parent5ee07612e9e20817bb99256ab6cf1400fd5aa270 (diff)
downloadlinux-da1a288d8562739aa8ba0273d4fb6b73b856c0d3.tar.gz
linux-da1a288d8562739aa8ba0273d4fb6b73b856c0d3.tar.bz2
linux-da1a288d8562739aa8ba0273d4fb6b73b856c0d3.zip
ppc/hugetlbfs: Replace ACCESS_ONCE with READ_ONCE
ACCESS_ONCE does not work reliably on non-scalar types. For example gcc 4.6 and 4.7 might remove the volatile tag for such accesses during the SRA (scalar replacement of aggregates) step (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145) Change the ppc/hugetlbfs code to replace ACCESS_ONCE with READ_ONCE. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'arch/x86/xen/p2m.c')
0 files changed, 0 insertions, 0 deletions