Re: [RFC] powerpc/mm: Enable TLB flush during native_register_proc_table()

2018-01-14 Thread Aneesh Kumar K.V
Anshuman Khandual writes: > From: Anshuman Khandual > > Any changes to the partition table must be followed by appropriate TLB > flush which is not happening at present in native_register_proc_table() > path. Fix this by calling mmu_partition_table_set_entry() which does > take care of TLB flush

[RFC] powerpc/mm: Enable TLB flush during native_register_proc_table()

2018-01-09 Thread Anshuman Khandual
From: Anshuman Khandual Any changes to the partition table must be followed by appropriate TLB flush which is not happening at present in native_register_proc_table() path. Fix this by calling mmu_partition_table_set_entry() which does take care of TLB flushing after the partition table update.