about xeno_hal modules

2007-11-17 Thread zhangwei zhang
Hello, I have some problem of instalingl xenomai on ppc. I use the linux-2.6.19 and xenomai-2.3.4, I want to get the xeno_hal.ko for emc porting. But it seems that it can be only compiled in to the kernel,not as module. What can I do to implement it? Best wishes kyla

Re: Hardware debuggers for PPC74xx G4 CPUs

2007-11-17 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > * The documentation is only available under NDA, a problem for open > > source debuggers. > > This is what we need. I would like it specifically for the mpc5200. > But we want to use it in OpenOCD so NDA won't work. It doesn't work. Been there a

Re: about uImage-DENX-v2.6.14 config

2007-11-17 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> Stefan Roese wrote: > On Wednesday 14 November 2007, zhangwei zhang wrote: > > Hello, I have a problem when using linux-2.6.14(download from > > ftp.denx.de) for RTAI on ppc440EP. > > RTAI on PPC? I thought RTAI was dead for anything other than X86. Stefan is right.

Re: [BUG] 2.6.24-rc2-mm1 - kernel bug on nfs v4

2007-11-17 Thread Torsten Kaiser
On Nov 18, 2007 12:05 AM, Peter Zijlstra <[EMAIL PROTECTED]> wrote: > > On Sat, Nov 17, 2007 at 08:40:22PM +0100, Torsten Kaiser wrote: > > > Lockdep triggers immedetly before the freeze, but the result is still > > not helpful: > > > > [ 221.565011] INFO: trying to register non-static key. > > [

Re: [BUG] 2.6.24-rc2-mm1 - kernel bug on nfs v4

2007-11-17 Thread root
On Sat, Nov 17, 2007 at 07:09:46PM +0100, Ingo Molnar wrote: > > * Torsten Kaiser <[EMAIL PROTECTED]> wrote: > > > Sadly lockdep does not work for me, as it gets turned off early: > > [ 39.851594] - > > [ 39.855963] inconsistent {softirq-on-W} -> {in-softirq-W}

Re: [BUG] 2.6.24-rc2-mm1 - kernel bug on nfs v4

2007-11-17 Thread Peter Zijlstra
On Sat, Nov 17, 2007 at 08:40:22PM +0100, Torsten Kaiser wrote: > Lockdep triggers immedetly before the freeze, but the result is still > not helpful: > > [ 221.565011] INFO: trying to register non-static key. > [ 221.566999] the code is fine but needs lockdep annotation. > [ 221.569206] turni

[patch] PS3: Fix printing of os-area magic numbers

2007-11-17 Thread Geoff Levand
Fix a bug in the printing of the PS3 os-area magic numbers which assumed that magic numbers were zero terminated strings. The magic numbers are represented in memory as integers. If the os-area sections are not initialized correctly they could contained random data that would be printed to the di

Makefile FLAGS typoes??

2007-11-17 Thread Robert P. J. Day
from arch/powerpc/Makefile: ... KBUILD_CPPFLAGS += $(CPPFLAGS-y) KBUILD_AFLAGS += $(AFLAGS-y) KBUILD_CFLAGS += -msoft-float -pipe $(CFLAGS-y) ... those right-hand side variables don't look right. are you sure they shouldn't be, say, CFLAGS, or ccflags-y? etc, etc. rday ===

Re: [BUG] 2.6.24-rc2-mm1 - kernel bug on nfs v4

2007-11-17 Thread Torsten Kaiser
On Nov 17, 2007 8:33 PM, Christoph Lameter <[EMAIL PROTECTED]> wrote: > On Sat, 17 Nov 2007, Andrew Morton wrote: > > > That's slub. It appears that list_lock is being taken from process context > > in one place and from softirq in another. > > I kicked out some weird interrupt disable code in mm

Re: [BUG] 2.6.24-rc2-mm1 - kernel bug on nfs v4

2007-11-17 Thread Torsten Kaiser
On Nov 17, 2007 7:19 PM, Andrew Morton <[EMAIL PROTECTED]> wrote: > > On Sat, 17 Nov 2007 19:09:46 +0100 Ingo Molnar <[EMAIL PROTECTED]> wrote: > > > > > * Torsten Kaiser <[EMAIL PROTECTED]> wrote: > > > > > Sadly lockdep does not work for me, as it gets turned off early: > > > [ 39.851594] -

Re: [BUG] 2.6.24-rc2-mm1 - kernel bug on nfs v4

2007-11-17 Thread Torsten Kaiser
On Nov 17, 2007 7:58 PM, Trond Myklebust <[EMAIL PROTECTED]> wrote: > > On Sat, 2007-11-17 at 18:53 +0100, Torsten Kaiser wrote: > > On Nov 16, 2007 3:15 PM, Kamalesh Babulal <[EMAIL PROTECTED]> wrote: > > > Hi Andrew, > > > > > > The kernel enters the xmon state while running the file system > > >

Re: [BUG] 2.6.24-rc2-mm1 - kernel bug on nfs v4

2007-11-17 Thread Trond Myklebust
On Sat, 2007-11-17 at 18:53 +0100, Torsten Kaiser wrote: > On Nov 16, 2007 3:15 PM, Kamalesh Babulal <[EMAIL PROTECTED]> wrote: > > Hi Andrew, > > > > The kernel enters the xmon state while running the file system > > stress on nfs v4 mounted partition. > [snip] > > 0:mon> t > > [c000dbd4fb50]

Re: [BUG] 2.6.24-rc2-mm1 - kernel bug on nfs v4

2007-11-17 Thread Torsten Kaiser
On Nov 16, 2007 3:15 PM, Kamalesh Babulal <[EMAIL PROTECTED]> wrote: > Hi Andrew, > > The kernel enters the xmon state while running the file system > stress on nfs v4 mounted partition. [snip] > 0:mon> t > [c000dbd4fb50] c0069768 .__wake_up+0x54/0x88 > [c000dbd4fc00] d086b8

Re: [BUG] 2.6.24-rc2-mm1 - kernel bug on nfs v4

2007-11-17 Thread Christoph Lameter
On Sat, 17 Nov 2007, Andrew Morton wrote: > > Don't know who to bug about that. > > That's slub. It appears that list_lock is being taken from process context > in one place and from softirq in another. I kicked out some weird interrupt disable code in mm that was only run during NUMA bootstrap

Re: [BUG] 2.6.24-rc2-mm1 - kernel bug on nfs v4

2007-11-17 Thread Andrew Morton
On Sat, 17 Nov 2007 19:09:46 +0100 Ingo Molnar <[EMAIL PROTECTED]> wrote: > > * Torsten Kaiser <[EMAIL PROTECTED]> wrote: > > > Sadly lockdep does not work for me, as it gets turned off early: > > [ 39.851594] - > > [ 39.855963] inconsistent {softirq-on-W} ->

Re: [BUG] 2.6.24-rc2-mm1 - kernel bug on nfs v4

2007-11-17 Thread Ingo Molnar
* Torsten Kaiser <[EMAIL PROTECTED]> wrote: > Sadly lockdep does not work for me, as it gets turned off early: > [ 39.851594] - > [ 39.855963] inconsistent {softirq-on-W} -> {in-softirq-W} usage. > [ 39.861981] swapper/0 [HC0[0]:SC1[1]:HE0:SE0] takes: > [ 3

Re: [BUG] 2.6.24-rc2-mm1 - kernel bug on nfs v4

2007-11-17 Thread Andrew Morton
On Sat, 17 Nov 2007 18:53:45 +0100 "Torsten Kaiser" <[EMAIL PROTECTED]> wrote: > On Nov 16, 2007 3:15 PM, Kamalesh Babulal <[EMAIL PROTECTED]> wrote: > > Hi Andrew, > > > > The kernel enters the xmon state while running the file system > > stress on nfs v4 mounted partition. > [snip] > > 0:mon> t

Re: [PATCH] powerpc: Fix 44x Machine Check handling

2007-11-17 Thread Josh Boyer
On Fri, 16 Nov 2007 15:55:25 -0600 Kumar Gala <[EMAIL PROTECTED]> wrote: > > On Nov 16, 2007, at 1:45 AM, Benjamin Herrenschmidt wrote: > > > > > On Fri, 2007-11-16 at 18:41 +1100, Benjamin Herrenschmidt wrote: > >> On Fri, 2007-11-16 at 01:40 -0600, Olof Johansson wrote: > >>> I'm not sure I li

Re: [POWERPC] [RFC] Fix 8xx tlbie definition

2007-11-17 Thread Josh Boyer
On Sat, 17 Nov 2007 12:05:47 +1100 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > > On Sat, 2007-11-17 at 01:28 +0300, Vitaly Bordug wrote: > > On Sat, 17 Nov 2007 08:06:29 +1100 > > Benjamin Herrenschmidt wrote: > > > > > > > > On Fri, 2007-11-16 at 11:28 -0600, Josh Boyer wrote: > > > >