summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Gardner <gardner.ben@gmail.com>2015-12-09 11:33:39 -0600
committerMartin Roth <martinroth@google.com>2015-12-16 04:53:54 +0100
commit6fc544d3d4479b8561e96e817f699323d25901a0 (patch)
treec59e107c14c36151bc3b9c7f300572a4f6f62b10
parent35272fd2379b0409e9e927ed64139993ff1f2e31 (diff)
downloadcoreboot-staging-6fc544d3d4479b8561e96e817f699323d25901a0.zip
coreboot-staging-6fc544d3d4479b8561e96e817f699323d25901a0.tar.gz
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>
-rw-r--r--src/soc/intel/fsp_baytrail/cpu.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/soc/intel/fsp_baytrail/cpu.c b/src/soc/intel/fsp_baytrail/cpu.c
index 3451383..1fed554 100644
--- a/src/soc/intel/fsp_baytrail/cpu.c
+++ b/src/soc/intel/fsp_baytrail/cpu.c
@@ -149,13 +149,13 @@ static void asmlinkage cpu_smm_do_relocation(void *arg)
{
msr_t smrr;
em64t100_smm_state_save_area_t *smm_state;
- const struct smm_module_params *p;
- const struct smm_runtime *runtime;
- int cpu;
+ const struct smm_module_params *p;
+ const struct smm_runtime *runtime;
+ int cpu;
- p = arg;
- runtime = p->runtime;
- cpu = p->cpu;
+ p = arg;
+ runtime = p->runtime;
+ cpu = p->cpu;
if (cpu >= CONFIG_MAX_CPUS) {
printk(BIOS_CRIT,
OpenPOWER on IntegriCloud