git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9424fab
)
powerpc: Replace mfmsr instructions with load from PACA kernel_msr field
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Fri, 2 Mar 2012 00:33:52 +0000
(11:33 +1100)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Thu, 8 Mar 2012 23:55:20 +0000
(10:55 +1100)
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>
No differences found