summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-02-05 02:21:18 +0100
committerPalmer Dabbelt <palmer@sifive.com>2018-02-20 10:51:07 -0800
commit89a4b4441206962d1bbb62f128604a269b60933d (patch)
treef93b4571780a2f478f388adf1d188b0e6a438ea4 /tools/perf/scripts/python/bin
parent2aaa2dc31bee808703c24ce626e50d1b6d8c7f9c (diff)
downloadkernel-89a4b4441206962d1bbb62f128604a269b60933d.tar.gz
riscv: Remove ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select
The ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE symbol was removed in commit 51a021244b9d ("atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE"). Remove the ARCH_HAS_ATOMIC64_DEC_IS_POSITIVE select from RISCV. Discovered with the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com> Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
d598ce0dd6e'>scsi: core: Do not truncate INQUIRY data on modern devicesMartin K. Petersen 2022-03-29scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map()John Garry 2022-01-31scsi: core: Reallocate device's budget map on queue depth changeMing Lei 2021-11-29scsi: core: Declare 'scsi_scan_type' staticBart Van Assche 2021-11-29scsi: core: Suppress a kernel-doc warningBart Van Assche 2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2021-10-22block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig 2021-10-16scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche 2021-09-28scsi: core: Delete scsi_{get,free}_host_dev()John Garry 2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen 2021-07-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig 2021-07-29scsi: core: Avoid printing an error if target_alloc() returns -ENXIOSreekanth Reddy 2021-07-21scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGEMartin Kepplinger 2021-06-22scsi: core: Inline scsi_mq_alloc_queue()Bart Van Assche 2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke 2021-05-31scsi: core: Stop using DRIVER_ERRORHannes Reinecke 2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig 2021-03-04scsi: core: Replace sdev->device_busy with sbitmapMing Lei