Re: [PATCH] powerpc: update ppc44x_defconfig

2008-11-24 Thread Josh Boyer
On Mon, 24 Nov 2008 15:33:05 +1100 Stephen Rothwell [EMAIL PROTECTED] wrote: This removes CONFIG_PCI_LEGACY (which is not needed) and consequently several compiler warnings. Signed-off-by: Stephen Rothwell [EMAIL PROTECTED] I'll pull this into my -next branch today. I have another KVM

Re: Please pull linux-2.6-mpc52xx.git

2008-11-24 Thread Grant Likely
On Sun, Nov 23, 2008 at 8:38 PM, Paul Mackerras [EMAIL PROTECTED] wrote: Grant Likely writes: Please pull the 'merge' branch of my MPC5200 tree (url below). I've Pulled and pushed out, but I will wait until Linus is back from vacation before asking him to pull. Thanks Paul. Some of the

Re: [PATCH 4/5] powerpc/ppc64: ftrace, handle module trampolines for dyn ftrace

2008-11-24 Thread Steven Rostedt
On Mon, 24 Nov 2008, Paul Mackerras wrote: Steven Rostedt writes: +#ifdef CONFIG_PPC64 +static int +__ftrace_make_nop(struct module *mod, + struct dyn_ftrace *rec, unsigned long addr) +{ + unsigned char replaced[MCOUNT_INSN_SIZE * 2]; + unsigned int *op =

Re: [PATCH 2/5] powerpc: ftrace, convert to new dynamic ftrace arch API

2008-11-24 Thread Steven Rostedt
On Mon, 24 Nov 2008, Paul Mackerras wrote: Steven Rostedt writes: Thanks to Paul Mackennas for pointing out the mistakes of my original Mackerras Heh, I have two reasons for that typo. 1) I reference Paul McKenney a lot, and my fingers are programmed. 2) I type with the dvorak

How to partition a PCI device within OF?

2008-11-24 Thread Steven A. Falco
I have an FPGA that will be on the PCI bus of a PPC440 processor. The FPGA unfortunately can only have one PCI function (thus one vendor/device code). The unfortunate part is that the FPGA has several logical functions, that should have separate drivers. Is there a way that I can break out the

Re: [PATCH] [v3] powerpc/4xx: work around CHIP11 errata in a more PAGE_SIZE-friendly way

2008-11-24 Thread Hollis Blanchard
On Fri, 2008-11-14 at 16:09 -0600, Hollis Blanchard wrote: If this is all too much, then I'm close to giving up and burning a 64KB page, which requires only ALIGN_DOWN() in the kernel. ppc: force memory size to be a multiple of PAGE_SIZE Ensure that total memory size is page-aligned, because

Re: [RFC PATCH] Support for big page sizes on 44x (Updated)

2008-11-24 Thread Hollis Blanchard
On Wed, Oct 15, 2008 at 8:22 PM, Ilya Yanok [EMAIL PROTECTED] wrote: These patches add support for selecting page size on PPC 44x. First one adds support for 16K/64K pages while second one adds support for 256K pages along with some hacks. Leaving 256K pages aside for now, do you plan to

Re: [PATCH] hide attr_smt_snooze_delay reference with CONFIG_PPC64

2008-11-24 Thread Nathan Lynch
Milton Miller wrote: attr_smt_snooze_delay is defined for CONFIG_PPC64, so protect the attribute removal with the same condition. /data/home/miltonm/next.git/arch/powerpc/kernel/sysfs.c: In function ‘unregister_cpu_online’: /data/home/miltonm/next.git/arch/powerpc/kernel/sysfs.c:722:

[Patch 1/3] OProfile SPU event profiling support for IBM Cell processor

2008-11-24 Thread Carl Love
This patch adds the SPU events for the IBM Cell processor to the list of available events to the user level tool. Signed-off-by: Carl Love [EMAIL PROTECTED] Index: oprofile-0.9.4/events/ppc64/cell-be/events === ---

[Patch 2/3] OProfile SPU event profiling support for IBM Cell processor

2008-11-24 Thread Carl Love
This patch basically rearranges the code a bit to make it easier to just add the needed SPU event based profiling routines. The second kernel patch contains the new spu event based profiling code. Signed-off-by: Carl Love [EMAIL PROTECTED] Index:

[Patch 3/3] OProfile SPU event profiling support for IBM Cell processor

2008-11-24 Thread Carl Love
This is the second of the two kernel patches for adding SPU profiling for the IBM Cell processor. This patch contains the spu event profiling setup, start and stop routines. Signed-off-by: Carl Love [EMAIL PROTECTED] Index: Cell_kernel_11_10_2008/arch/powerpc/oprofile/op_model_cell.c

8572E - machine check pin (MCP0)

2008-11-24 Thread Morrison, Tom
Running 2.6.23.25 kernel... I have an external watchdog timer that is going off - and pulsing into the MCP0 of the 8572E. I get the printk indicating that the MCP0 went off - the problem is - how do I clear the condition that caused this because my hardware engineer swears that the pulse is ONLY

Re: 8572E - machine check pin (MCP0)

2008-11-24 Thread Trent Piepho
On Mon, 24 Nov 2008, Morrison, Tom wrote: Running 2.6.23.25 kernel... I have an external watchdog timer that is going off - and pulsing into the MCP0 of the 8572E. I get the printk indicating that the MCP0 went off - the problem is - how do I clear the condition that caused this because my

Re: [PATCH] [v3] powerpc/4xx: work around CHIP11 errata in a more PAGE_SIZE-friendly way

2008-11-24 Thread Michael Ellerman
On Mon, 2008-11-24 at 14:07 -0600, Hollis Blanchard wrote: On Fri, 2008-11-14 at 16:09 -0600, Hollis Blanchard wrote: If this is all too much, then I'm close to giving up and burning a 64KB page, which requires only ALIGN_DOWN() in the kernel. ppc: force memory size to be a multiple of

Re: linux-next: manual merge of the 4xx tree

2008-11-24 Thread Josh Boyer
On Tue, 25 Nov 2008 11:50:21 +1100 Stephen Rothwell [EMAIL PROTECTED] wrote: Hi Josh, Today's linux-next merge of the 4xx tree got a conflict in arch/powerpc/configs/ppc44x_defconfig between commit c8d698849e135780738c2cb08f07f06eda982a8c (powerpc/virtex: Update defconfigs) from the