Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286240
b: refs/heads/master
c: 5911f20
h: refs/heads/master
v: v3
  • Loading branch information
Shane Michael Matthews authored and Matthew Wilcox committed Nov 4, 2011
1 parent 7ba2c60 commit 42f6779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 574e8b95bc3780e10e9b5e9d51074d503dd3d5d9
refs/heads/master: 5911f20039ce59d7e7834f0c42151cf759b6f786
1 change: 1 addition & 0 deletions trunk/drivers/block/nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ static int __devinit nvme_configure_admin_queue(struct nvme_dev *dev)
dev->ctrl_config |= (PAGE_SHIFT - 12) << NVME_CC_MPS_SHIFT;
dev->ctrl_config |= NVME_CC_ARB_RR | NVME_CC_SHN_NONE;

writel(0, &dev->bar->cc);
writel(aqa, &dev->bar->aqa);
writeq(nvmeq->sq_dma_addr, &dev->bar->asq);
writeq(nvmeq->cq_dma_addr, &dev->bar->acq);
Expand Down

0 comments on commit 42f6779

Please sign in to comment.