We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70bdf2 commit df5c999Copy full SHA for df5c999
1 file changed
tuxedo/early_init.S
@@ -51,7 +51,7 @@ FUNC_START PPCEarlyInitImpl, text, local
51
#endif
52
53
// Start invalidating the L2 cache
54
- lis r3, L2CR_L2CE>>16
+ lis r3, L2CR_L2I>>16
55
mtspr L2CR, r3
56
57
// Clear all BATs
0 commit comments