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@xxxxxxxxxxxxxxx [mailto:linux-rt-users-owner@xxxxxxxxxxxxxxx] On Behalf Of John Ulvr Sent: Wednesday, March 25, 2009 3:58 PM To: linux-rt-users@xxxxxxxxxxxxxxx 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 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html