diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-03-23 15:11:47 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-03-30 07:43:06 +0000 |
commit | 54e97b8d6e1b6620a86fb70e7e6b2e912fbfd1ca (patch) | |
tree | 5a6f7272b8280e634eb81dfa33f94866b94c9fda /src/soc/amd/picasso | |
parent | 58eddfc00cb4645ab02f3ecec4f8099a25c7f84a (diff) |
soc/amd: Remove blank lines before '}' and after '{'
Change-Id: I0203e77dd23fa026cd252abbda50f1e9f6892721
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81457
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r-- | src/soc/amd/picasso/acpi_crat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/acpi_crat.c b/src/soc/amd/picasso/acpi_crat.c index e528515bab..bcc39013a0 100644 --- a/src/soc/amd/picasso/acpi_crat.c +++ b/src/soc/amd/picasso/acpi_crat.c @@ -372,7 +372,6 @@ static unsigned long gen_crat_tlb_entry(struct acpi_crat_header *crat, unsigned new_entries = 0; for (thread = 0; thread < total_num_threads; thread++) { - /* L1 data TLB */ if (thread % num_threads_sharing0 == 0) { current = add_crat_tlb_entry(&tlb_affinity, current); |