Re: [PATCH/RFC] rapidio: temporarily exclude FSL_RIO from 64 bit builds

2012-02-26 Thread Liu Gang
On Sun, 2012-02-26 at 20:26 -0500, Paul Gortmaker wrote: > Hi Ben, > > Given a week has passed with the absence of any feedback > with respect to SRIO on 64 bit, are you OK with applying the > below patch[1] pretty much as-is? Hi, Paul, Ben, Sorry for the late reply because of my other urgent i

linux-next: build failure after merge of the final tree

2012-02-26 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (powerpc ppc44x_defconfig) failed like this: arch/powerpc/kernel/pci-common.c: In function 'pcibios_setup_phb_resources': arch/powerpc/kernel/pci-common.c:1520:4: error: cast from pointer to integer of different size [-Werror=pointer

Re: [PATCH/RFC] rapidio: temporarily exclude FSL_RIO from 64 bit builds

2012-02-26 Thread Benjamin Herrenschmidt
On Sun, 2012-02-26 at 20:26 -0500, Paul Gortmaker wrote: > Hi Ben, > > Given a week has passed with the absence of any feedback > with respect to SRIO on 64 bit, are you OK with applying the > below patch[1] pretty much as-is? It can't hurt, I'll put it in. That's normally Kumar's side of things

Re: [PATCH/RFC] rapidio: temporarily exclude FSL_RIO from 64 bit builds

2012-02-26 Thread Paul Gortmaker
Hi Ben, Given a week has passed with the absence of any feedback with respect to SRIO on 64 bit, are you OK with applying the below patch[1] pretty much as-is? Thanks, Paul. [1] http://patchwork.ozlabs.org/patch/142383/ --- On Tue, Feb 21, 2012 at 6:10 PM, Paul Gortmaker wrote: > The followin

Re: [PATCH] powerpc: icswx: fix race condition where threads do not get their ACOP register updated in time.

2012-02-26 Thread Benjamin Herrenschmidt
> > + /* > + * We could be here because another thread has enabled acop > + * but the ACOP register has yet to be updated. > + * > + * This should have been taken care of by the IPI to sync all > + * the threads (see smp_call_function(sync_cop, mm, 1)), but > +

Re: [PATCH 2/2] powerpc: Board support for GE IMP3A

2012-02-26 Thread Benjamin Herrenschmidt
On Tue, 2012-02-07 at 11:28 +, Martyn Welch wrote: > + > + if (of_flat_dt_is_compatible(root, "fsl,MPC8572DS-CAMP")) { > + mpic = mpic_alloc(NULL, 0, > + MPIC_BIG_ENDIAN | MPIC_BROKEN_FRR_NIRQS | > + MPIC_SINGLE_DEST_CPU, > +

Re: [PATCH 1/2] powerpc: Move GE GPIO and PIC drivers

2012-02-26 Thread Benjamin Herrenschmidt
On Tue, 2012-02-07 at 11:28 +, Martyn Welch wrote: > Move the GE GPIO and PIC drivers to allow these to be used by non-86xx > boards. Hi, Sorry for the late review... > Signed-off-by: Martyn Welch > --- > arch/powerpc/platforms/86xx/Kconfig |3 + > arch/powerpc/platforms/86xx/Makef

Re: [PATCH] powerpc/prom: bump up maximum size of properties

2012-02-26 Thread Benjamin Herrenschmidt
On Fri, 2012-02-24 at 16:23 -0800, Nishanth Aravamudan wrote: > On a 16TB system (using AMS/CMO), I get: > > WARNING: ignoring large property [/ibm,dynamic-reconfiguration-memory] > ibm,dynamic-memory length 0x0017ffec > > and significantly less memory is thus shown to the partition. As

Re: [PATCH 36/37] KVM: PPC: booke: expose guest registers on irq reinject

2012-02-26 Thread Alexander Graf
On 25.02.2012, at 00:40, Scott Wood wrote: > On 02/24/2012 08:26 AM, Alexander Graf wrote: >> +static void kvmppc_fill_pt_regs(struct kvm_vcpu *vcpu, struct pt_regs *regs) >> { >> -int r = RESUME_HOST; >> +int i; >> >> -/* update before a new last_exit_type is rewritten */ >> -kv

Re: [PATCH 35/37] KVM: PPC: booke: Support perfmon interrupts

2012-02-26 Thread Alexander Graf
On 25.02.2012, at 00:33, Scott Wood wrote: > On 02/24/2012 08:26 AM, Alexander Graf wrote: >> When during guest context we get a performance monitor interrupt, we >> currently bail out and oops. Let's route it to its correct handler >> instead. >> >> Signed-off-by: Alexander Graf >> --- >> arch