All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][PPC32] export __dma_sync & __dma_sync_page
@ 2004-08-15  3:07 Eugene Surovegin
  2004-08-16 17:01 ` Matt Porter
  0 siblings, 1 reply; 2+ messages in thread
From: Eugene Surovegin @ 2004-08-15  3:07 UTC (permalink / raw)
  To: Matt Porter; +Cc: linux-kernel, linuxppc-dev

This patch adds missing exports for __dma_sync and __dma_sync_page (DMA API 
helpers for non-coherent cache PPCs).

Signed-off-by: Eugene Surovegin <ebs@ebshome.net>

===== dma-mapping.c 1.2 vs edited =====
--- 1.2/arch/ppc/kernel/dma-mapping.c	2004-07-28 21:58:35 -07:00
+++ edited/dma-mapping.c	2004-08-14 19:15:56 -07:00
@@ -381,6 +381,7 @@
 		break;
 	}
 }
+EXPORT_SYMBOL(__dma_sync);
 
 #ifdef CONFIG_HIGHMEM
 /*
@@ -438,3 +439,4 @@
 	__dma_sync((void *)start, size, direction);
 #endif
 }
+EXPORT_SYMBOL(__dma_sync_page);

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

end of thread, other threads:[~2004-08-16 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-15  3:07 [PATCH][PPC32] export __dma_sync & __dma_sync_page Eugene Surovegin
2004-08-16 17:01 ` Matt Porter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.