public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* pci_pool_free from IRQ
@ 2001-05-08 21:01 Pete Zaitcev
  2001-05-08 21:08 ` Albert D. Cahalan
  0 siblings, 1 reply; 11+ messages in thread
From: Pete Zaitcev @ 2001-05-08 21:01 UTC (permalink / raw)
  To: david-b; +Cc: johannes, zaitcev, rmk, linux-kernel

David,

Russel King complained that you might be calling pci_consistent_free
from an interrupt, which is unsafe on ARM. Why don't you remove this
part from pci_pool_free():

+       else if (!is_page_busy (pool->blocks_per_page, page->bitmap))
+               pool_free_page (pool, page);

In that case, fully free pages will stick about until the whole
pool is destroyed, which I think is not a big deal.

-- Pete

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

end of thread, other threads:[~2001-05-11 17:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-08 21:01 pci_pool_free from IRQ Pete Zaitcev
2001-05-08 21:08 ` Albert D. Cahalan
2001-05-08 21:39   ` Alan Cox
2001-05-08 21:55     ` David S. Miller
2001-05-08 22:38       ` David Brownell
2001-05-09  0:52         ` David S. Miller
2001-05-09  3:09           ` David Brownell
2001-05-09 18:30           ` Pete Zaitcev
2001-05-09 19:27             ` David S. Miller
2001-05-10 20:05               ` Pete Zaitcev
2001-05-11 17:37                 ` David Brownell

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