bsps/powerpc: Fix tlbie instruction usage

GCC 10 no longer passes -many to the assembler.  This enables more
checks in the assembler.

The 0 in the tlbie instruction is the L operand which selects a 4KiB
page size.
This commit is contained in:
Sebastian Huber
2020-04-08 13:19:51 +02:00
parent 9b3b33d91a
commit 9b5af6a47f
8 changed files with 14 additions and 13 deletions

View File

@@ -192,7 +192,7 @@ _return_to_ppcbug:
flush_tlbs:
lis r20, 0x1000
1: addic. r20, r20, -0x1000
tlbie r20
tlbie r20, 0
bgt 1b
sync
blr