]> asedeno.scripts.mit.edu Git - linux.git/commit
parisc: Drop two instructions from pte lookup code
authorHelge Deller <deller@gmx.de>
Fri, 19 Oct 2018 18:36:15 +0000 (20:36 +0200)
committerHelge Deller <deller@gmx.de>
Fri, 19 Oct 2018 20:22:06 +0000 (22:22 +0200)
commit32c1ceeabda3e37dd94129f915823e7cf0441fc9
treeb507aeb50f3d2d68bf7d9ca4d1da6ed915562886
parenta45a01160f1d46a3021755a2cf2f433aec008e38
parisc: Drop two instructions from pte lookup code

Remove two instruction from the hot path. The temporary move to %r9 is
unneccessary, and the zero-inialization of pte happens twice.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/entry.S