intel/fsp_baytrail: change indent to use tabs
Change-Id: If0d0a15442738bab0e34f1b05513e7f8e8fa9afc Signed-off-by: Ben Gardner <gardner.ben@gmail.com> Reviewed-on: https://review.coreboot.org/12698 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
35272fd237
commit
6fc544d3d4
@ -149,13 +149,13 @@ static void asmlinkage cpu_smm_do_relocation(void *arg)
|
|||||||
{
|
{
|
||||||
msr_t smrr;
|
msr_t smrr;
|
||||||
em64t100_smm_state_save_area_t *smm_state;
|
em64t100_smm_state_save_area_t *smm_state;
|
||||||
const struct smm_module_params *p;
|
const struct smm_module_params *p;
|
||||||
const struct smm_runtime *runtime;
|
const struct smm_runtime *runtime;
|
||||||
int cpu;
|
int cpu;
|
||||||
|
|
||||||
p = arg;
|
p = arg;
|
||||||
runtime = p->runtime;
|
runtime = p->runtime;
|
||||||
cpu = p->cpu;
|
cpu = p->cpu;
|
||||||
|
|
||||||
if (cpu >= CONFIG_MAX_CPUS) {
|
if (cpu >= CONFIG_MAX_CPUS) {
|
||||||
printk(BIOS_CRIT,
|
printk(BIOS_CRIT,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user