From: Matt Porter <mporter@kernel.crashing.org>
To: linux-kernel@vger.kernel.org, linuxppc-dev@lists.linuxppc.org
Cc: akpm@osdl.org
Subject: Re: [PATCH][PPC32] export __dma_sync & __dma_sync_page
Date: Mon, 16 Aug 2004 10:01:21 -0700 [thread overview]
Message-ID: <20040816100121.B11412@home.com> (raw)
In-Reply-To: <20040815030717.GA23796@gate.ebshome.net>; from ebs@ebshome.net on Sat, Aug 14, 2004 at 08:07:17PM -0700
On Sat, Aug 14, 2004 at 08:07:17PM -0700, Eugene Surovegin wrote:
> 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);
Looks good to me. Andrew, please apply.
-Matt
prev parent reply other threads:[~2004-08-16 17:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-15 3:07 [PATCH][PPC32] export __dma_sync & __dma_sync_page Eugene Surovegin
2004-08-16 17:01 ` Matt Porter [this message]
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=20040816100121.B11412@home.com \
--to=mporter@kernel.crashing.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.linuxppc.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 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.