summaryrefslogtreecommitdiffstats
path: root/fs/qnx4
diff options
context:
space:
mode:
authorLinus Torvalds2005-06-24 19:39:17 +0200
committerLinus Torvalds2005-06-24 19:39:17 +0200
commit793ae77469121227cd910c4b99f24be1de34bcca (patch)
treeca8b6bbafab35c5c1099c54696c36dc0b8c17cf7 /fs/qnx4
parentMerge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 (diff)
downloadkernel-qcow2-linux-793ae77469121227cd910c4b99f24be1de34bcca.tar.gz
kernel-qcow2-linux-793ae77469121227cd910c4b99f24be1de34bcca.tar.xz
kernel-qcow2-linux-793ae77469121227cd910c4b99f24be1de34bcca.zip
Add "memory" clobbers to the x86 inline asm of strncmp and friends
They don't actually clobber memory, but gcc doesn't even know they _read_ memory, so can apparently re-order memory accesses around them. Which obviously does the wrong thing if the memory access happens to change the memory that the compare function is accessing.. Verified to fix a strange boot problem by Jens Axboe.
Diffstat (limited to 'fs/qnx4')
0 files changed, 0 insertions, 0 deletions