public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* unchecked_isa_dma on sparcv9
@ 2003-04-29  8:19 Christoph Hellwig
  2003-04-29  7:15 ` David S. Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2003-04-29  8:19 UTC (permalink / raw)
  To: davem; +Cc: linux-scsi

drivers/scsi/pluto.c contains the following code:

#ifdef __sparc_v9__
			host->unchecked_isa_dma = 1;
#endif

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?


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-04-29 10:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-29  8:19 unchecked_isa_dma on sparcv9 Christoph Hellwig
2003-04-29  7:15 ` David S. Miller
2003-04-29 10:50   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox