Changed -objs to -y in Makefile.
Signed-off-by: Tracey Dent
---
drivers/ps3/Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/ps3/Makefile b/drivers/ps3/Makefile
index ccea15c..50cb1e1 100644
--- a/drivers/ps3/Makefile
+++ b/drivers/ps3/Makefile
@@ -1,6 +
On Thu, Oct 14, 2010 at 04:55:49PM +0200, Anatolij Gustschin wrote:
> Hi Grant,
>
> On Wed, 15 Sep 2010 22:12:57 +0200
> Anatolij Gustschin wrote:
>
> > Enabling the MPC8xxx GPIO driver with MPC512x GPIO extension
> > breaks touch screen support on this board since the GPIO
> > interrupt will be
Hi Greg,
Le 15/10/2010 21:10, Greg KH a écrit :
On Fri, Oct 15, 2010 at 02:30:58PM +0200, Eric Bénard wrote:
this patch gives the possibility to workaround bug ENGcm09152
on i.MX35 when the hardware workaround is also implemented on
the board.
It covers the workaround described on page 25 of th
On Fri, Oct 15, 2010 at 02:30:58PM +0200, Eric Bénard wrote:
> this patch gives the possibility to workaround bug ENGcm09152
> on i.MX35 when the hardware workaround is also implemented on
> the board.
> It covers the workaround described on page 25 of the following Errata :
> http://cache.freescal
You are exactly right! Ensuring interrupts would not cause more preemptions.
Thanks for pointing it out.
Rick
--- On Thu, 10/14/10, Benjamin Herrenschmidt wrote:
> From: Benjamin Herrenschmidt
> Subject: Re: Possible kernel stack overflow due to fast interrupts
> To: "Rick Tao"
> Cc: linuxppc
Josh, don't pick this up yet. It needs a bit more testing, but I think I
got it right this time.
When the DSTI (Disable Shadow TLB Invalidate) bit is set in the CCR2
register, the isync command does not flush the shadow TLB (iTLB & dTLB).
However, since the shadow TLB does not contain context
this patch gives the possibility to workaround bug ENGcm09152
on i.MX35 when the hardware workaround is also implemented on
the board.
It covers the workaround described on page 25 of the following Errata :
http://cache.freescale.com/files/dsp/doc/errata/IMX35CE.pdf
Signed-off-by: Eric Bénard
--