mirror of
https://github.com/torvalds/linux.git
synced 2026-07-13 17:03:34 +02:00
When CONFIG_DEBUG_PREEMPT is enabled, bug is observed in the smp_processor_id(). This is because smp_processor_id() is not called in preempt safe condition. To fix this issue, use raw_smp_processor_id instead of smp_processor_id. Signed-off-by: Nagalakshmi Nandigama <nagalakshmi.nandigama@lsi.com> CC: stable@vger.kernel.org Signed-off-by: James Bottomley <JBottomley@Parallels.com> |
||
|---|---|---|
| .. | ||
| mpi | ||
| Kconfig | ||
| Makefile | ||
| mpt2sas_base.c | ||
| mpt2sas_base.h | ||
| mpt2sas_config.c | ||
| mpt2sas_ctl.c | ||
| mpt2sas_ctl.h | ||
| mpt2sas_debug.h | ||
| mpt2sas_scsih.c | ||
| mpt2sas_transport.c | ||