cpu: Get rid of unnecessary blank line {before,after} barce

Change-Id: I9b710d279da6db9125519f58ecba109a4d9fa8e3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61554
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Elyes HAOUAS
2022-02-02 18:34:58 +01:00
committed by Felix Singer
parent f551784830
commit 6c42fa20f6
9 changed files with 0 additions and 12 deletions

View File

@@ -334,7 +334,6 @@ static void start_other_cpus(struct bus *cpu_bus, struct device *bsp_cpu)
udelay(10);
}
}
static void wait_other_cpus_stop(struct bus *cpu_bus)

View File

@@ -343,7 +343,6 @@ static void commit_fixed_mtrrs(void)
wrmsr(msr_index[i], fixed_msrs[i]);
enable_cache();
fixed_mtrrs_hide_amd_rwdram();
}
void x86_setup_fixed_mtrrs_no_enable(void)