Re: [PATCH] x86_64: change _map_single to static in pci_gart.c etc

2007-06-27 Thread Muli Ben-Yehuda
19:41:21 Yinghai Lu wrote: > >> > > [PATCH] x86_64: change _map_single to static in pci_gart.c etc > >> > > > >> > > there function is called via dma_ops->.., so change it to static > >> > > >> > Actually all these functio

Re: [PATCH] x86_64: change _map_single to static in pci_gart.c etc

2007-06-27 Thread Yinghai Lu
On 6/27/07, Andi Kleen <[EMAIL PROTECTED]> wrote: On Wednesday 27 June 2007 22:25:11 Yinghai Lu wrote: > On 6/27/07, Andi Kleen <[EMAIL PROTECTED]> wrote: > > On Wednesday 27 June 2007 19:41:21 Yinghai Lu wrote: > > > [PATCH] x86_64: change _map_sing

Re: [PATCH] x86_64: change _map_single to static in pci_gart.c etc

2007-06-27 Thread Muli Ben-Yehuda
On Wed, Jun 27, 2007 at 04:21:10PM -0400, Muli Ben-Yehuda wrote: > On Wed, Jun 27, 2007 at 10:41:21AM -0700, Yinghai Lu wrote: > > [PATCH] x86_64: change _map_single to static in pci_gart.c etc > > > > there function is called via dma_ops->.., so change it to static >

Re: [PATCH] x86_64: change _map_single to static in pci_gart.c etc

2007-06-27 Thread Yinghai Lu
On 6/27/07, Muli Ben-Yehuda <[EMAIL PROTECTED]> wrote: On Wed, Jun 27, 2007 at 04:21:10PM -0400, Muli Ben-Yehuda wrote: > On Wed, Jun 27, 2007 at 10:41:21AM -0700, Yinghai Lu wrote: > > [PATCH] x86_64: change _map_single to static in pci_gart.c etc > > > > there fun

Re: [PATCH] x86_64: change _map_single to static in pci_gart.c etc

2007-06-27 Thread Andi Kleen
On Wednesday 27 June 2007 22:25:11 Yinghai Lu wrote: > On 6/27/07, Andi Kleen <[EMAIL PROTECTED]> wrote: > > On Wednesday 27 June 2007 19:41:21 Yinghai Lu wrote: > > > [PATCH] x86_64: change _map_single to static in pci_gart.c etc > > > > > > there functi

Re: [PATCH] x86_64: change _map_single to static in pci_gart.c etc

2007-06-27 Thread Yinghai Lu
On 6/27/07, Andi Kleen <[EMAIL PROTECTED]> wrote: On Wednesday 27 June 2007 19:41:21 Yinghai Lu wrote: > [PATCH] x86_64: change _map_single to static in pci_gart.c etc > > there function is called via dma_ops->.., so change it to static Actually all these functions shouldn&

Re: [PATCH] x86_64: change _map_single to static in pci_gart.c etc

2007-06-27 Thread Andi Kleen
On Wednesday 27 June 2007 19:41:21 Yinghai Lu wrote: > [PATCH] x86_64: change _map_single to static in pci_gart.c etc > > there function is called via dma_ops->.., so change it to static Actually all these functions shouldn't be inline in the first place. -Andi - To unsubscri

Re: [PATCH] x86_64: change _map_single to static in pci_gart.c etc

2007-06-27 Thread Muli Ben-Yehuda
On Wed, Jun 27, 2007 at 10:41:21AM -0700, Yinghai Lu wrote: > [PATCH] x86_64: change _map_single to static in pci_gart.c etc > > there function is called via dma_ops->.., so change it to static Thanks, mostly looks good - will verify and push via the next set of Calgary updates.

[PATCH] x86_64: change _map_single to static in pci_gart.c etc

2007-06-27 Thread Yinghai Lu
[PATCH] x86_64: change _map_single to static in pci_gart.c etc there function is called via dma_ops->.., so change it to static Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]> diff --git a/arch/x86_64/kernel/pci-calgary.c b/arch/x86_64/kernel/pci-calgary.c index 5bd20b5..8e03399 100644 -