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 t
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 powerpc-merge tree and commit
867b71f3da64eb917c23cfd8babcd1c4fc0ba7fd ("powerpc/44x: upd
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 mult
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
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 2
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
==
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: Cell_kernel_11_10_2008/arch/powerpc/oprofil
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
===
--- oprofile-0.9.4.
This patch set consists of two kernel patches and one user level patch
to add SPU event based profiling support to OProfile for the IBM Cell
processor. The first patch in the series is the user level patch that
adds the needed events and event checking to the user tool. The second
patch is the f
Dear Yuri & Ilya,
In message <[EMAIL PROTECTED]>
Hollis Blanchard wrote:
> 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 256
I got a bug report about a distro kernel not booting on a particular
machine. It would freeze during boot:
> ...
> Could not find start_pfn for node 1
> [boot]0015 Setup Done
> Built 2 zonelists in Node order, mobility grouping on. Total pages: 123783
> Policy zone: DMA
> Kernel command line:
>
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:
Paul and Ingo,
Would it be best for me to just refold these changes into the original
patch series, and update the git repo? Or should I apply these changes
on top of this series?
Thanks,
-- Steve
On Mon, 24 Nov 2008, Paul Mackerras wrote:
> Steven Rostedt writes:
>
> > +#ifdef CONFIG_PPC
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 r
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, becau
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
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 l
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 in
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
From: Benjamin Krill <[EMAIL PROTECTED]>
Add support for the nwp serial device which is connected to a DCR bus. It
uses the of_serial device driver to determine necessary properties from
the device tree. The supported device is added as serial port number 84.
NWP stands for network processor and
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 K
21 matches
Mail list logo