dahdi-linux: fix build with kernel 3.15 and newer 12/head
authorDaniel Golle <daniel@makrotopia.org>
Fri, 13 Feb 2015 00:33:52 +0000 (01:33 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 13 Feb 2015 00:33:52 +0000 (01:33 +0100)
commit72919acca8e36f1cf13da66cf6d7933e1e328c64
tree4945bb81028625a59d85f55ea8b68cfae8a83a7a
parent61fb712510bdd233145b6473b213736afa3d39f1
dahdi-linux: fix build with kernel 3.15 and newer

smp_mb__after_clear_bit() was removed from newer kernels.
Use smp_mb__after_atomic() instead.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libs/dahdi-linux/patches/002-backport-smp_mb__after_atomic.patch [new file with mode: 0644]