All of lore.kernel.org
 help / color / mirror / Atom feed
* Small fix for MIPs
@ 2009-03-25 19:58 John Ulvr
  2009-03-25 20:09 ` John Ulvr
  0 siblings, 1 reply; 3+ messages in thread
From: John Ulvr @ 2009-03-25 19:58 UTC (permalink / raw)
  To: linux-rt-users

 
In /arch/mips/mm/init.c, line 64 should be changed from:
 
DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);

to
 
DEFINE_PER_CPU_LOCKED(struct mmu_gather, mmu_gathers);
 

Thanks

John


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Small fix for MIPs
  2009-03-25 19:58 Small fix for MIPs John Ulvr
@ 2009-03-25 20:09 ` John Ulvr
  2009-03-26 14:26   ` Thomas Gleixner
  0 siblings, 1 reply; 3+ messages in thread
From: John Ulvr @ 2009-03-25 20:09 UTC (permalink / raw)
  To: linux-rt-users

Just to clarify, the bellow applies to the RT_PREEMPT patch on the 2.6.29-rc8 kernel, and fixes a compile error.


John


-----Original Message-----
From: linux-rt-users-owner@vger.kernel.org [mailto:linux-rt-users-owner@vger.kernel.org] On Behalf Of John Ulvr
Sent: Wednesday, March 25, 2009 3:58 PM
To: linux-rt-users@vger.kernel.org
Subject: Small fix for MIPs

 
In /arch/mips/mm/init.c, line 64 should be changed from:
 
DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);

to
 
DEFINE_PER_CPU_LOCKED(struct mmu_gather, mmu_gathers);
 

Thanks

John


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Small fix for MIPs
  2009-03-25 20:09 ` John Ulvr
@ 2009-03-26 14:26   ` Thomas Gleixner
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Gleixner @ 2009-03-26 14:26 UTC (permalink / raw)
  To: John Ulvr; +Cc: linux-rt-users

On Wed, 25 Mar 2009, John Ulvr wrote:

> Just to clarify, the bellow applies to the RT_PREEMPT patch on the
> 2.6.29-rc8 kernel, and fixes a compile error.

It needs a little more than that. The MIPS preempt-rt changes got
dropped, but I'll resurrect them in one of the next releases.

Thanks,

	tglx

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-26 14:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-25 19:58 Small fix for MIPs John Ulvr
2009-03-25 20:09 ` John Ulvr
2009-03-26 14:26   ` Thomas Gleixner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.