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:
17bb312
)
powerpc/8xx: Optimise access to swapper_pg_dir
author
LEROY Christophe
<christophe.leroy@c-s.fr>
Tue, 20 Jan 2015 09:57:34 +0000
(10:57 +0100)
committer
Scott Wood
<scottwood@freescale.com>
Fri, 30 Jan 2015 03:59:02 +0000
(21:59 -0600)
All accessed to PGD entries are done via 0(r11).
By using lower part of swapper_pg_dir as load index to r11, we can remove the
ori instruction.
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/kernel/head_8xx.S
patch
|
blob
|
history
diff --cc
arch/powerpc/kernel/head_8xx.S
Simple merge