diff options
-rw-r--r-- | drivers/scsi/hpsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index e631bcd2742a..b766f5aea584 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c | |||
@@ -583,7 +583,7 @@ static void set_performant_mode(struct ctlr_info *h, struct CommandList *c) | |||
583 | c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1); | 583 | c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1); |
584 | if (likely(h->msix_vector)) | 584 | if (likely(h->msix_vector)) |
585 | c->Header.ReplyQueue = | 585 | c->Header.ReplyQueue = |
586 | smp_processor_id() % h->nreply_queues; | 586 | raw_smp_processor_id() % h->nreply_queues; |
587 | } | 587 | } |
588 | } | 588 | } |
589 | 589 | ||