Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'h8300-for-linus-20190617' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux

Pull h8300 update from Yoshinori Sato:
"Remove unused barrier defines"

* tag 'h8300-for-linus-20190617' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux:
H8300: remove unused barrier defines

-6
-6
arch/h8300/include/asm/bitops.h
··· 51 51 } \ 52 52 } 53 53 54 - /* 55 - * clear_bit() doesn't provide any barrier for the compiler. 56 - */ 57 - #define smp_mb__before_clear_bit() barrier() 58 - #define smp_mb__after_clear_bit() barrier() 59 - 60 54 H8300_GEN_BITOP(set_bit, "bset") 61 55 H8300_GEN_BITOP(clear_bit, "bclr") 62 56 H8300_GEN_BITOP(change_bit, "bnot")