mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Eugene Surovegin <ebs@ebshome.net>
To: Matt Porter <mporter@kernel.crashing.org>
Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.linuxppc.org
Subject: [PATCH][PPC32] export __dma_sync & __dma_sync_page
Date: Sat, 14 Aug 2004 20:07:17 -0700	[thread overview]
Message-ID: <20040815030717.GA23796@gate.ebshome.net> (raw)

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);

             reply	other threads:[~2004-08-15  3:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-15  3:07 Eugene Surovegin [this message]
2004-08-16 17:01 ` Matt Porter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040815030717.GA23796@gate.ebshome.net \
    --to=ebs@ebshome.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=mporter@kernel.crashing.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®