[kernel] r16968 - dists/squeeze/linux-2.6/debian/patches/features/all/xen

Maximilian Attems maks at alioth.debian.org
Wed Mar 2 16:16:43 UTC 2011


Author: maks
Date: Wed Mar  2 16:16:35 2011
New Revision: 16968

Log:
fix up xen for latest stable

panic messaage is gone thus no point in modifying it.

Modified:
   dists/squeeze/linux-2.6/debian/patches/features/all/xen/pvops.patch

Modified: dists/squeeze/linux-2.6/debian/patches/features/all/xen/pvops.patch
==============================================================================
--- dists/squeeze/linux-2.6/debian/patches/features/all/xen/pvops.patch	Wed Mar  2 16:11:46 2011	(r16967)
+++ dists/squeeze/linux-2.6/debian/patches/features/all/xen/pvops.patch	Wed Mar  2 16:16:35 2011	(r16968)
@@ -32697,15 +32697,6 @@
  	if (!map) {
  		swiotlb_full(dev, size, dir, 1);
  		map = io_tlb_overflow_buffer;
-@@ -632,7 +123,7 @@ dma_addr_t swiotlb_map_page(struct device *dev, struct page *page,
- 	 * Ensure that the address returned is DMA'ble
- 	 */
- 	if (!dma_capable(dev, dev_addr, size))
--		panic("map_single: bounce buffer is not DMA'ble");
-+		panic("DMA: swiotlb_map_single: bounce buffer is not DMA'ble");
- 
- 	return dev_addr;
- }
 @@ -697,7 +188,7 @@ swiotlb_sync_single(struct device *hwdev, dma_addr_t dev_addr,
  	BUG_ON(dir == DMA_NONE);
  



More information about the Kernel-svn-changes mailing list