Nathan Lynch wrote:
>
> Oren Laadan wrote:
> >
> > Nathan Lynch wrote:
> > >
> > > What doesn't work:
> > > * restarting a 32-bit task from a 64-bit task and vice versa
> >
> > Is there a test to bail if we attempt to checkpoint such tasks ?
>
> No, but I'll add one if it looks too hard to fix
I'm trying to set up my PS3 to netboot (with an nfsroot).
I'm using instructions at
http://www.kernel.org/pub/linux/kernel/people/geoff/cell/ps3-howto/ps3-nfs-root-howto.txt
I've passed section 3 (using tftp) to verify network /dhcp etc. (i.e. I'm
able to tftp-get a file to ps3 from kboot's a
>
> There are few arches that have "auto detection" of CROSS_COMPILE
> variable: mips, m68k, parisc, xtensa, h8300 and blackfin.
>
> So `normal' arches don't have any chance to overwrite the flags
> because of the few offenders above. ;-)
We also have archs where we add options to gcc that may
i
On Feb 16, 2009, at 12:12 PM, Scott Wood wrote:
On Mon, Feb 16, 2009 at 10:58:42AM -0600, Kumar Gala wrote:
On Freescale open-pic controllers we have a number of additional
features not spec'd per openpic. (additional timers, perf mon, PCIe
msi, message interrupts, ...). The problem is how t
On Mon, Feb 16, 2009 at 10:58:42AM -0600, Kumar Gala wrote:
> On Freescale open-pic controllers we have a number of additional
> features not spec'd per openpic. (additional timers, perf mon, PCIe
> msi, message interrupts, ...). The problem is how to identify these
> features in the device
On Mon, Feb 16, 2009 at 05:25:23PM +0530, Vijay Nikam wrote:
> 2. Also I would like to ask how I can determine the virtual irq using
> irq_of_parse_and_map (struct device_node *dev, int index) ? ? ?
>
> here I am not getting what I should pass *dev and index ? ? ? as in my
> mpc8313erdb.dts I cou
* Anton Vorontsov wrote:
> On Mon, Feb 16, 2009 at 05:20:01PM +0300, Anton Vorontsov wrote:
> [...]
> > But then, this commit reverted things back (w/o your Ack):
> >
> > commit bef5b54bd7bf8117c75cb943d64549134c6d9a1f
> > Author: Ralf Baechle
> > Date: Wed Jul 16 13:02:24 2008 +0100
> >
>
On Freescale open-pic controllers we have a number of additional
features not spec'd per openpic. (additional timers, perf mon, PCIe
msi, message interrupts, ...). The problem is how to identify these
features in the device tree.
For example we have:
m...@41600 {
On Mon, Feb 16, 2009 at 05:20:01PM +0300, Anton Vorontsov wrote:
[...]
> But then, this commit reverted things back (w/o your Ack):
>
> commit bef5b54bd7bf8117c75cb943d64549134c6d9a1f
> Author: Ralf Baechle
> Date: Wed Jul 16 13:02:24 2008 +0100
>
> Fix MIPS cross-compile problem
> [..
On Mon, Feb 16, 2009 at 05:20:01PM +0300, Anton Vorontsov wrote:
> On Sat, Feb 14, 2009 at 08:57:02PM +0100, Sam Ravnborg wrote:
> [...]
> > > > --- a/Makefile
> > > > +++ b/Makefile
> > > > @@ -525,8 +525,6 @@ else
> > > > KBUILD_CFLAGS += -O2
> > > > endif
> > > >
> > > > -include $(srctree)
On Sat, Feb 14, 2009 at 08:57:02PM +0100, Sam Ravnborg wrote:
[...]
> > > --- a/Makefile
> > > +++ b/Makefile
> > > @@ -525,8 +525,6 @@ else
> > > KBUILD_CFLAGS+= -O2
> > > endif
> > >
> > > -include $(srctree)/arch/$(SRCARCH)/Makefile
> > > -
> > > ifneq (CONFIG_FRAME_WARN,0)
> > > KBUIL
Hello All,
I have mpc8313erdb evaluation board and writing GPIO driver for it. I
know that it is not possible to use directly hardware_irq_number given
from the processor manual. In my case hardware _irq_number is 74 (for
GPIO). As request_irq uses the virtual irq.
So to know or determine what vi
Kumar Gala wrote:
The following commit:
commit 64b3d0e8122b422e879b23d42f9e0e8efbbf9744
Author: Benjamin Herrenschmidt
Date: Thu Dec 18 19:13:51 2008 +
powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDED
broke setting of the _PAGE_COHERENT bit in the PPC HW PTE. Since we no
i am using mpc8360 emds board.
it is working fine with socdimm.
but with sordimm not working.
there is minor change i have done it for sordimm as follows for testing
only.
/* sdram_cfg[3] = RD_EN - registered DIMM enable */
// if (spd.mod_attr & 0x02) vivek
// {
printf("sdramcfg[3] registered DIM
i am using mpc8360 emds board.
it is working fine with socdimm.
but with sordimm not working.
there is minor change i have done it for sordimm as follows for testing
only.
/* sdram_cfg[3] = RD_EN - registered DIMM enable */
// if (spd.mod_attr & 0x02) vivek
// {
printf("sdramcfg[3] registered DIM
On Sunday 15 February 2009, Josh Boyer wrote:
> On Sun, Feb 15, 2009 at 05:31:40AM -0800, Felix Radensky wrote:
> >What about 4xx SPI driver ? Is it planned for inclusion in 2.6.30 ?
>
> I really hope so. I've Acked it twice now I think. However, that needs
> to go in through the SPI tree, which
On Friday 06 February 2009 20:17:10 Wolfgang Denk wrote:
> Dear David,
>
> In message <200902060824.06851.david.jan...@protonic.nl> you wrote:
> > I decided to try out Application Note AN3793 from Freescale (3D Graphics
> > on the ADS512101 Board Using OpenGL ES).
> >
> > I started trying to load t
17 matches
Mail list logo