mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
microblaze: Remove additional andi which has been already done
Remove one additional step. Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
91836710c7
commit
1f26076084
@ -615,7 +615,6 @@ ex_handler_done:
|
||||
tophys(r5,r5)
|
||||
BSRLI(r6,r3,PTE_SHIFT) /* Compute PTE address */
|
||||
andi r6, r6, PAGE_SIZE - 4
|
||||
andi r5, r5, PAGE_MASK + 0x3
|
||||
or r5, r5, r6
|
||||
lwi r4, r5, 0 /* Get Linux PTE */
|
||||
|
||||
@ -717,7 +716,6 @@ ex_handler_done:
|
||||
tophys(r5,r5)
|
||||
BSRLI(r6,r3,PTE_SHIFT) /* Compute PTE address */
|
||||
andi r6, r6, PAGE_SIZE - 4
|
||||
andi r5, r5, PAGE_MASK + 0x3
|
||||
or r5, r5, r6
|
||||
lwi r4, r5, 0 /* Get Linux PTE */
|
||||
|
||||
@ -789,7 +787,6 @@ ex_handler_done:
|
||||
tophys(r5,r5)
|
||||
BSRLI(r6,r3,PTE_SHIFT) /* Compute PTE address */
|
||||
andi r6, r6, PAGE_SIZE - 4
|
||||
andi r5, r5, PAGE_MASK + 0x3
|
||||
or r5, r5, r6
|
||||
lwi r4, r5, 0 /* Get Linux PTE */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user