Re: [RFC PATCH v3 06/12] powerpc/book3s: Add flush_tlb operation in cpu_spec.

2013-09-08 Thread Paul Mackerras
On Tue, Aug 27, 2013 at 01:02:04AM +0530, Mahesh J Salgaonkar wrote: > From: Mahesh Salgaonkar > > This patch introduces flush_tlb operation in cpu_spec structure. This will > help us to invoke appropriate CPU-side flush tlb routine. This patch > adds the foundation to invoke CPU specific flush r

[RFC PATCH v3 06/12] powerpc/book3s: Add flush_tlb operation in cpu_spec.

2013-08-26 Thread Mahesh J Salgaonkar
From: Mahesh Salgaonkar This patch introduces flush_tlb operation in cpu_spec structure. This will help us to invoke appropriate CPU-side flush tlb routine. This patch adds the foundation to invoke CPU specific flush routine for respective architectures. Currently this patch introduce flush_tlb f