linux/drivers/dma/idxd
Borislav Petkov 74b2fc882d dmaengine: idxd: Use cpu_feature_enabled()
When testing x86 feature bits, use cpu_feature_enabled() so that
build-disabled features can remain off, regardless of what CPUID says.

Fixes: 8e50d39265 ("dmaengine: idxd: Add shared workqueue support")
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Acked-By: Vinod Koul <vkoul@kernel.org>
Cc: <stable@vger.kernel.org>
2021-06-03 16:32:59 +02:00
..
Makefile dmaengine: idxd: Add IDXD performance monitor support 2021-04-25 21:46:12 +05:30
cdev.c dmaengine: idxd: remove detection of device type 2021-04-20 16:43:53 +05:30
device.c dmaengine: idxd: device cmd should use dedicated lock 2021-04-23 23:08:45 +05:30
dma.c dmaengine: idxd: fix dma device lifetime 2021-04-20 16:43:52 +05:30
idxd.h dmaengine: idxd: Add IDXD performance monitor support 2021-04-25 21:46:12 +05:30
init.c dmaengine: idxd: Use cpu_feature_enabled() 2021-06-03 16:32:59 +02:00
irq.c dmaengine: idxd: Enable IDXD performance monitor support 2021-04-25 21:46:12 +05:30
perfmon.c dmaengine: idxd: Add IDXD performance monitor support 2021-04-25 21:46:12 +05:30
perfmon.h dmaengine: idxd: Add IDXD performance monitor support 2021-04-25 21:46:12 +05:30
registers.h dmaengine: idxd: Add IDXD performance monitor support 2021-04-25 21:46:12 +05:30
submit.c dmaengine: idxd: add interrupt handle request and release support 2021-04-23 23:08:45 +05:30
sysfs.c dmaengine: idxd: convert sprintf() to sysfs_emit() for all usages 2021-04-23 23:08:45 +05:30