aboutsummaryrefslogtreecommitdiff
path: root/include/linux/atomic/atomic-arch-fallback.h
AgeCommit message (Collapse)AuthorFilesLines
2021-07-16locking/atomic: centralize generated headersMark Rutland1-0/+2361
The generated atomic headers are only intended to be included directly by <linux/atomic.h>, but are spread across include/linux/ and include/asm-generic/, where people mnay be encouraged to include them. This patch centralizes them under include/linux/atomic/. Other than the header guards and hashes, there is no change to any of the generated headers as a result of this patch. Signed-off-by: Mark Rutland <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lore.kernel.org/r/[email protected]