Commit 4bfb6239 authored by Christoph Hellwig's avatar Christoph Hellwig

[PATCH] Re: unchecked_isa_dma on sparcv9

On Tue, Apr 29, 2003 at 12:15:11AM -0700, David S. Miller wrote:
>    The only thing host->unchecked_isa_dma = 1 does is to add a __GFP_DMA
>    flag to certain memory allocations, but IIRC __GFP_DMA is a noop on
>    sparcv9.  So what is this supposed to do?
>
> It's bogus, delete it.

James, could you please apply the following patch?
parent 199cefec
...@@ -246,11 +246,6 @@ int __init pluto_detect(Scsi_Host_Template *tpnt) ...@@ -246,11 +246,6 @@ int __init pluto_detect(Scsi_Host_Template *tpnt)
host->max_channel = inq->channels; host->max_channel = inq->channels;
host->irq = fc->irq; host->irq = fc->irq;
#ifdef __sparc_v9__
host->unchecked_isa_dma = 1;
#endif
fc->channels = inq->channels + 1; fc->channels = inq->channels + 1;
fc->targets = inq->targets; fc->targets = inq->targets;
fc->ages = ages; fc->ages = ages;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment