diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-06-22 22:11:56 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-06-22 22:11:56 -0400 |
commit | 71d530cd1b6d97094481002a04c77fea1c8e1c22 (patch) | |
tree | e786da7145d83c19a594adf76ed90d52c51058b1 /drivers/scsi/aacraid/comminit.c | |
parent | d7a80dad2fe19a2b8c119c8e9cba605474a75a2b (diff) | |
parent | d588fcbe5a7ba8bba2cebf7799ab2d573717a806 (diff) |
Merge branch 'master' into upstream
Conflicts:
drivers/scsi/libata-core.c
drivers/scsi/libata-scsi.c
include/linux/pci_ids.h
Diffstat (limited to 'drivers/scsi/aacraid/comminit.c')
-rw-r--r-- | drivers/scsi/aacraid/comminit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/aacraid/comminit.c b/drivers/scsi/aacraid/comminit.c index 19397453bae7..35b0a6ebd3f5 100644 --- a/drivers/scsi/aacraid/comminit.c +++ b/drivers/scsi/aacraid/comminit.c | |||
@@ -103,7 +103,7 @@ static int aac_alloc_comm(struct aac_dev *dev, void **commaddr, unsigned long co | |||
103 | * This assumes the memory is mapped zero->n, which isnt | 103 | * This assumes the memory is mapped zero->n, which isnt |
104 | * always true on real computers. It also has some slight problems | 104 | * always true on real computers. It also has some slight problems |
105 | * with the GART on x86-64. I've btw never tried DMA from PCI space | 105 | * with the GART on x86-64. I've btw never tried DMA from PCI space |
106 | * on this platform but don't be suprised if its problematic. | 106 | * on this platform but don't be surprised if its problematic. |
107 | */ | 107 | */ |
108 | #ifndef CONFIG_GART_IOMMU | 108 | #ifndef CONFIG_GART_IOMMU |
109 | if ((num_physpages << (PAGE_SHIFT - 12)) <= AAC_MAX_HOSTPHYSMEMPAGES) { | 109 | if ((num_physpages << (PAGE_SHIFT - 12)) <= AAC_MAX_HOSTPHYSMEMPAGES) { |
@@ -159,7 +159,6 @@ static void aac_queue_init(struct aac_dev * dev, struct aac_queue * q, u32 *mem, | |||
159 | { | 159 | { |
160 | q->numpending = 0; | 160 | q->numpending = 0; |
161 | q->dev = dev; | 161 | q->dev = dev; |
162 | INIT_LIST_HEAD(&q->pendingq); | ||
163 | init_waitqueue_head(&q->cmdready); | 162 | init_waitqueue_head(&q->cmdready); |
164 | INIT_LIST_HEAD(&q->cmdq); | 163 | INIT_LIST_HEAD(&q->cmdq); |
165 | init_waitqueue_head(&q->qfull); | 164 | init_waitqueue_head(&q->qfull); |