Skip to content

Commit df5c999

Browse files
committed
tuxedo: fix typo in PPCEarlyInit
1 parent c70bdf2 commit df5c999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tuxedo/early_init.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ FUNC_START PPCEarlyInitImpl, text, local
5151
#endif
5252

5353
// Start invalidating the L2 cache
54-
lis r3, L2CR_L2CE>>16
54+
lis r3, L2CR_L2I>>16
5555
mtspr L2CR, r3
5656

5757
// Clear all BATs

0 commit comments

Comments
 (0)