Re: [PATCH] Missing critical phys_to_virt in lib/swiotlb.c

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Stefan Richter
Date: Tuesday, February 6, 2007 - 2:08 am

I wrote:

And there is even one occurrence of a "dma_addr" holding a physical
address/ bus address, unlike the other dma_addr's:
int
swiotlb_dma_mapping_error(dma_addr_t dma_addr)
{
	return (dma_addr == virt_to_phys(io_tlb_overflow_buffer));
}
-- 
Stefan Richter
-=====-=-=== --=- --==-
http://arcgraph.de/sr/
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Missing critical phys_to_virt in lib/swiotlb.c, David Moore, (Sun Feb 4, 11:39 am)
Re: [PATCH] Missing critical phys_to_virt in lib/swiotlb.c, Stefan Richter, (Tue Feb 6, 2:08 am)