]> Git Repo - linux.git/commit
locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new <linux...
authorWill Deacon <[email protected]>
Tue, 19 Jun 2018 12:53:08 +0000 (13:53 +0100)
committerIngo Molnar <[email protected]>
Thu, 21 Jun 2018 10:52:11 +0000 (12:52 +0200)
commit8bd9cb51daac89337295b6f037b0486911e1b408
tree26b6c853bb4b44ea9df3c8c92fb146bedd6a4ee8
parent84038fd98e8e03ec418e3244b98eb248c5349d7e
locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new <linux/bits.h> file

In preparation for implementing the asm-generic atomic bitops in terms
of atomic_long_*(), we need to prevent <asm/atomic.h> implementations from
pulling in <linux/bitops.h>. A common reason for this include is for the
BITS_PER_BYTE definition, so move this and some other BIT() and masking
macros into a new header file, <linux/bits.h>.

Signed-off-by: Will Deacon <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: https://lore.kernel.org/lkml/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
include/linux/bitops.h
include/linux/bits.h [new file with mode: 0644]
This page took 0.055374 seconds and 4 git commands to generate.