Searched hist:"7025776 ed1ebdfa1959932e7a4662c2f88607df0" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | htab.c | diff 7025776ed1ebdfa1959932e7a4662c2f88607df0 Tue Jul 05 00:03:58 CDT 2016 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc/mm: Move hash table ops to a separate structure
Moving probe_machine() to after mmu init will cause the ppc_md fields relative to the hash table management to be overwritten.
Since we have essentially disconnected the machine type from the hash backend ops, finish the job by moving them to a different structure.
The only callback that didn't quite fix is update_partition_table since this is not specific to hash, so I moved it to a standalone variable for now. We can revisit later if needed.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> [mpe: Fix ppc64e build failure in kexec] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_64_mmu_host.c | diff 7025776ed1ebdfa1959932e7a4662c2f88607df0 Tue Jul 05 00:03:58 CDT 2016 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc/mm: Move hash table ops to a separate structure
Moving probe_machine() to after mmu init will cause the ppc_md fields relative to the hash table management to be overwritten.
Since we have essentially disconnected the machine type from the hash backend ops, finish the job by moving them to a different structure.
The only callback that didn't quite fix is update_partition_table since this is not specific to hash, so I moved it to a standalone variable for now. We can revisit later if needed.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> [mpe: Fix ppc64e build failure in kexec] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | mmu-hash.h | diff 7025776ed1ebdfa1959932e7a4662c2f88607df0 Tue Jul 05 00:03:58 CDT 2016 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc/mm: Move hash table ops to a separate structure
Moving probe_machine() to after mmu init will cause the ppc_md fields relative to the hash table management to be overwritten.
Since we have essentially disconnected the machine type from the hash backend ops, finish the job by moving them to a different structure.
The only callback that didn't quite fix is update_partition_table since this is not specific to hash, so I moved it to a standalone variable for now. We can revisit later if needed.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> [mpe: Fix ppc64e build failure in kexec] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | misc_64.S | diff 7025776ed1ebdfa1959932e7a4662c2f88607df0 Tue Jul 05 00:03:58 CDT 2016 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc/mm: Move hash table ops to a separate structure
Moving probe_machine() to after mmu init will cause the ppc_md fields relative to the hash table management to be overwritten.
Since we have essentially disconnected the machine type from the hash backend ops, finish the job by moving them to a different structure.
The only callback that didn't quite fix is update_partition_table since this is not specific to hash, so I moved it to a standalone variable for now. We can revisit later if needed.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> [mpe: Fix ppc64e build failure in kexec] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | machdep.h | diff 7025776ed1ebdfa1959932e7a4662c2f88607df0 Tue Jul 05 00:03:58 CDT 2016 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc/mm: Move hash table ops to a separate structure
Moving probe_machine() to after mmu init will cause the ppc_md fields relative to the hash table management to be overwritten.
Since we have essentially disconnected the machine type from the hash backend ops, finish the job by moving them to a different structure.
The only callback that didn't quite fix is update_partition_table since this is not specific to hash, so I moved it to a standalone variable for now. We can revisit later if needed.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> [mpe: Fix ppc64e build failure in kexec] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | lpar.c | diff 7025776ed1ebdfa1959932e7a4662c2f88607df0 Tue Jul 05 00:03:58 CDT 2016 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc/mm: Move hash table ops to a separate structure
Moving probe_machine() to after mmu init will cause the ppc_md fields relative to the hash table management to be overwritten.
Since we have essentially disconnected the machine type from the hash backend ops, finish the job by moving them to a different structure.
The only callback that didn't quite fix is update_partition_table since this is not specific to hash, so I moved it to a standalone variable for now. We can revisit later if needed.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> [mpe: Fix ppc64e build failure in kexec] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|