]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common: support s390 and unknown architectures in spin-wait loop 14337/head
authorNathan Cutler <ncutler@suse.com>
Wed, 5 Apr 2017 08:33:02 +0000 (10:33 +0200)
committerNathan Cutler <ncutler@suse.com>
Thu, 6 Apr 2017 08:41:37 +0000 (10:41 +0200)
commit2807d28c1adcfbdfa22d9d48766998ffa3e2a495
treee7a45814fd35595bb0dd52289871f10a0329023b
parent24e69d79e7d740523f77115be5725e55f83a1604
common: support s390 and unknown architectures in spin-wait loop

This fixes the s390 build which was broken by 34481768cbce0991bfba1d511dad81893a9004a9

It also reinstates the previous architecture-independent for-loop
implementation as a catch-all for "unknown" (not-explicitly-supported)
architectures.

Fixes: http://tracker.ceph.com/issues/19492
Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/common/simple_spin.cc