mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 04:46:46 +07:00
powerpc/l2cr_6xx: Fix invalid use of register expressions
This fixes another invalid use of register expressions. Signed-off-by: Andreas Schwab <schwab@linux-m68k.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
63b85621d9
commit
6c80d3164e
@ -181,7 +181,7 @@ END_FTR_SECTION_IFSET(CPU_FTR_SPEC7450)
|
||||
mtctr r4
|
||||
li r4,0
|
||||
1:
|
||||
lwzx r0,r0,r4
|
||||
lwzx r0,0,r4
|
||||
addi r4,r4,32 /* Go to start of next cache line */
|
||||
bdnz 1b
|
||||
isync
|
||||
@ -328,7 +328,7 @@ END_FTR_SECTION_IFCLR(CPU_FTR_L3CR)
|
||||
mtctr r4
|
||||
li r4,0
|
||||
1:
|
||||
lwzx r0,r0,r4
|
||||
lwzx r0,0,r4
|
||||
dcbf 0,r4
|
||||
addi r4,r4,32 /* Go to start of next cache line */
|
||||
bdnz 1b
|
||||
|
Loading…
Reference in New Issue
Block a user