Searched hist:d9ada91a (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | hw_irq.h | d9ada91a Thu Mar 01 18:33:52 CST 2012 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc: Replace mfmsr instructions with load from PACA kernel_msr field
On 64-bit, the mfmsr instruction can be quite slow, slower than loading a field from the cache-hot PACA, which happens to already contain the value we want in most cases.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> d9ada91a Thu Mar 01 18:33:52 CST 2012 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc: Replace mfmsr instructions with load from PACA kernel_msr field On 64-bit, the mfmsr instruction can be quite slow, slower than loading a field from the cache-hot PACA, which happens to already contain the value we want in most cases. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | exception-64s.h | d9ada91a Thu Mar 01 18:33:52 CST 2012 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc: Replace mfmsr instructions with load from PACA kernel_msr field
On 64-bit, the mfmsr instruction can be quite slow, slower than loading a field from the cache-hot PACA, which happens to already contain the value we want in most cases.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> d9ada91a Thu Mar 01 18:33:52 CST 2012 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc: Replace mfmsr instructions with load from PACA kernel_msr field On 64-bit, the mfmsr instruction can be quite slow, slower than loading a field from the cache-hot PACA, which happens to already contain the value we want in most cases. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | exceptions-64s.S | d9ada91a Thu Mar 01 18:33:52 CST 2012 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc: Replace mfmsr instructions with load from PACA kernel_msr field
On 64-bit, the mfmsr instruction can be quite slow, slower than loading a field from the cache-hot PACA, which happens to already contain the value we want in most cases.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> d9ada91a Thu Mar 01 18:33:52 CST 2012 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc: Replace mfmsr instructions with load from PACA kernel_msr field On 64-bit, the mfmsr instruction can be quite slow, slower than loading a field from the cache-hot PACA, which happens to already contain the value we want in most cases. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|