Please pull from 'for-2.6.25' branch of pasemi tree

2007-12-30 Thread Olof Johansson
Paul, Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/olof/pasemi.git for-2.6.25 For the following pasemi patches: Olof Johansson (3): [POWERPC] pasemi: Implement NMI support [POWERPC] pasemi: Distribute interrupts evenly across cpus [POWERPC] Enable CONFIG_PCI

Re: Please pull powerpc.git merge branch

2007-12-30 Thread Paul Mackerras
Geoff Levand writes: > This broke Cell builds. > > arch/powerpc/platforms/cell/spufs/sched.c:200: multiple definition of > `.notify_spus_active' > arch/powerpc/platforms/cell/spu_syscalls.c:149: first defined here > > > commit aed3a8c9bb1a8623a618232087c5ff62718e3b9a > Author: Bob Nelson <[EMA

Re: Device node - How does kernel know about it

2007-12-30 Thread Brad Boyer
On Thu, Dec 27, 2007 at 07:27:17PM -0800, Siva Prasad wrote: > What is the kernel routine that is first called when there is, for > example a read() function call from user program? > I would like to start debugging from there and see if any thing at all > happens when there is a call. Appreciate

Re: + iommu-sg-add-iommu-helper-functions-for-the-free-area-management.patch added to -mm tree

2007-12-30 Thread FUJITA Tomonori
On Fri, 07 Dec 2007 14:12:20 -0800 [EMAIL PROTECTED] wrote: > > The patch titled > iommu sg: add IOMMU helper functions for the free area management > has been added to the -mm tree. Its filename is > iommu-sg-add-iommu-helper-functions-for-the-free-area-management.patch > > *** Remem

Re: Please pull from 'for-2.6.25' branch of 4xx tree

2007-12-30 Thread Paul Mackerras
Josh Boyer writes: > Please pull from: > > master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git > for-2.6.25 Pulled & pushed out. Paul. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc

Re: Please pull from 'for-2.6.25' branch of pasemi tree

2007-12-30 Thread Paul Mackerras
Olof Johansson writes: > Paul, > > Please pull from: > > master.kernel.org:/pub/scm/linux/kernel/git/olof/pasemi.git for-2.6.25 Pulled & pushed out. Paul. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/lin

[PATCH] [POWERPC] 4xx: PCIe: Increase max busses per port to 64

2007-12-30 Thread Stefan Roese
Because of how big mapping the config space is (1M per bus), we limit how many busses we support for now. In the long run, we could replace that with something akin to kmap_atomic instead. This patch changes the limit from currently 16 to 64. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- a