Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
gonnet authored Dec 6, 2024
1 parent 5279c5f commit 45a761d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/arm/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1342,9 +1342,7 @@ void cpuinfo_arm_decode_cache(
* linked above
*/
const uint32_t min_l2_size_KB =
uarch == cpuinfo_uarch_neoverse_v2 || midr_is_ampere_altra(midr)
? 1024
: 256;
(uarch == cpuinfo_uarch_neoverse_v2 || midr_is_ampere_altra(midr)) ? 1024 : 256;
const uint32_t min_l3_size_KB = 0;

*l1i = (struct cpuinfo_cache){
Expand Down

0 comments on commit 45a761d

Please sign in to comment.