aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dkms.postbuild
diff options
context:
space:
mode:
authorTurbo Fredriksson <[email protected]>2014-09-14 15:47:22 +0000
committerBrian Behlendorf <[email protected]>2014-09-22 16:24:55 -0700
commite3020723dc43af2bc22af0d68571a61daf9b44d0 (patch)
tree816a6aebbdff5cbcfb0590780a25c13b7dd5eefe /scripts/dkms.postbuild
parentf9bde4f74be5e5030571415d9c869400dff3eda6 (diff)
Linux 3.16 compat: smp_mb__after_clear_bit()
The smp_mb__{before,after}_clear_bit functions have been renamed smp_mb__{before,after}_atomic. Rather than adding a compatibility function to handle this the code has been updated to use smp_wmb(). This has the advantage of being a stable functionally equivalent interface. On many architectures smp_mb__after_clear_bit() expands to smp_wmb(). Others might be able to do something slightly more efficient but this will be safe and correct on all of them. Signed-off-by: Turbo Fredriksson <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #386
Diffstat (limited to 'scripts/dkms.postbuild')
0 files changed, 0 insertions, 0 deletions