Signed-off-by: Tony Breeds <tony@xxxxxxxxxxxxxxxxxx> --- arch/powerpc/mm/tlb_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: working/arch/powerpc/mm/tlb_64.c =================================================================== --- working.orig/arch/powerpc/mm/tlb_64.c 2007-09-04 16:46:40.000000000 +1000 +++ working/arch/powerpc/mm/tlb_64.c 2007-09-04 16:47:08.000000000 +1000 @@ -211,7 +211,7 @@ void hpte_need_flush(struct mm_struct *m * always flush it on RT to reduce scheduling latency. */ if (machine_is(celleb)) { - flush_tlb_pending(); + __flush_tlb_pending(batch); return; } #endif /* CONFIG_PREEMPT_RT */ - 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