cpu: Trivial - drop trailing blank lines at EOF

Change-Id: I9004f34ba0c13b4489b26ac8c1476d00a6c6d01d
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6207
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Edward O'Callaghan 2014-07-07 23:52:18 +10:00
parent 7e8d48372b
commit f7c55148c0
30 changed files with 0 additions and 32 deletions

View File

@ -115,4 +115,3 @@ unsigned get_apicid_base(unsigned ioapic_num)
return apicid_base;
}

View File

@ -62,5 +62,3 @@ static inline void start_other_cores(void)
}
}

View File

@ -52,4 +52,3 @@ struct node_core_id get_node_core_id_x(void)
return get_node_core_id(read_nb_cfg_54()); // for pre_e0() nb_cfg_54 always be 0
}

View File

@ -60,5 +60,3 @@ static void msr_init(void)
for (i = 0; i < ARRAY_SIZE(msr_table); i++)
wrmsr(msr_table[i].index, msr_table[i].msr);
}

View File

@ -889,4 +889,3 @@ int amd_model_fxx_generate_powernow(u32 pcontrol_blk, u8 plen, u8 onlyBSP)
acpigen_patch_len(lens - 1);
return lens;
}

View File

@ -437,4 +437,3 @@ int init_processor_name(void)
return 0;
}

View File

@ -78,4 +78,3 @@ struct node_core_id get_node_core_id_x(void)
{
return get_node_core_id(read_nb_cfg_54());
}

View File

@ -413,4 +413,3 @@ static const struct cpu_driver driver __cpu_driver = {
.ops = &cpu_dev_ops,
.id_table = cpu_table,
};

View File

@ -826,4 +826,3 @@ static const struct cpu_driver driver __cpu_driver = {
.id_table = cpu_table,
.cstates = cstate_map,
};

View File

@ -20,4 +20,3 @@
unsigned microcode[] = {
#include "microcode_blob.h"
};

View File

@ -476,4 +476,3 @@ void smm_lock(void)
pci_write_config8(dev_find_slot(0, PCI_DEVFN(0, 0)), SMRAM,
D_LCK | G_SMRAME | C_BASE_SEG);
}

View File

@ -94,4 +94,3 @@ void intel_sibling_init(device_t cpu)
new->path.apic.apic_id);
}
}

View File

@ -159,4 +159,3 @@ static const struct cpu_driver driver __cpu_driver = {
.ops = &cpu_dev_ops,
.id_table = cpu_table,
};

View File

@ -462,4 +462,3 @@ static const struct cpu_driver driver __cpu_driver = {
.id_table = cpu_table,
.cstates = cstate_map,
};

View File

@ -612,4 +612,3 @@ static const struct cpu_driver driver __cpu_driver = {
.id_table = cpu_table,
.cstates = cstate_map,
};

View File

@ -84,4 +84,3 @@ static const struct cpu_driver driver __cpu_driver = {
.ops = &cpu_dev_ops,
.id_table = cpu_table,
};

View File

@ -74,4 +74,3 @@ static const struct cpu_driver driver __cpu_driver = {
.ops = &cpu_dev_ops,
.id_table = cpu_table,
};

View File

@ -193,4 +193,3 @@ static const struct cpu_driver driver __cpu_driver = {
.ops = &cpu_dev_ops,
.id_table = cpu_table,
};

View File

@ -221,4 +221,3 @@ static const struct cpu_driver driver __cpu_driver = {
.ops = &cpu_dev_ops,
.id_table = cpu_table,
};

View File

@ -807,4 +807,3 @@ out:
printk(BIOS_INFO, "done.\n");
return result;
}

View File

@ -25,4 +25,3 @@ void *cbmem_top(void)
{
return (void *)(get_fb_base_kb() * KiB);
}

View File

@ -448,4 +448,3 @@ void clock_init_dp_clock(void)
/* We run DP at 267 Mhz */
setbits_le32(&clk->div_disp1_0, CLK_DIV_DISP1_0_FIMD1);
}

View File

@ -180,4 +180,3 @@ void dmc_config_memory(struct mem_timings *mem, struct exynos5_dmc *dmc)
writel(DMC_MEMBASECONFIG0_VAL, &dmc->membaseconfig0);
writel(DMC_MEMBASECONFIG1_VAL, &dmc->membaseconfig1);
}

View File

@ -49,4 +49,3 @@ void udelay(unsigned usec)
while (mono_time_before(&current, &end))
timer_monotonic_get(&current);
}

View File

@ -25,4 +25,3 @@ void *cbmem_top(void)
{
return (void *)(get_fb_base_kb() * KiB);
}

View File

@ -171,4 +171,3 @@ void dmc_config_prech(struct mem_timings *mem, struct exynos5_dmc *dmc)
}
}
}

View File

@ -903,4 +903,3 @@ int exynos_init_dp(struct edp_device_info *edp_info)
return ret;
}

View File

@ -49,4 +49,3 @@ void udelay(unsigned usec)
while (mono_time_before(&current, &end))
timer_monotonic_get(&current);
}

View File

@ -11,4 +11,3 @@ int boot_cpu(void)
return bsp;
}
#endif

View File

@ -614,4 +614,3 @@ void smm_initiate_relocation(void)
smm_initiate_relocation_parallel();
spin_unlock(&smm_relocation_lock);
}