aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/dualcore
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-07 23:52:18 +1000
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-08 13:52:43 +0200
commitf7c55148c02dcfd39f585aa90513a18d66815a97 (patch)
tree271909122370538dc29314ffe8c112e040865879 /src/cpu/amd/dualcore
parent7e8d48372b8638fcba78c99b8ce0128bec4eaafc (diff)
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>
Diffstat (limited to 'src/cpu/amd/dualcore')
-rw-r--r--src/cpu/amd/dualcore/amd_sibling.c1
-rw-r--r--src/cpu/amd/dualcore/dualcore.c2
-rw-r--r--src/cpu/amd/dualcore/dualcore_id.c1
3 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/amd/dualcore/amd_sibling.c b/src/cpu/amd/dualcore/amd_sibling.c
index b3df0a36e7..d9942de410 100644
--- a/src/cpu/amd/dualcore/amd_sibling.c
+++ b/src/cpu/amd/dualcore/amd_sibling.c
@@ -115,4 +115,3 @@ unsigned get_apicid_base(unsigned ioapic_num)
return apicid_base;
}
-
diff --git a/src/cpu/amd/dualcore/dualcore.c b/src/cpu/amd/dualcore/dualcore.c
index 69ce56a1bd..a5457627ef 100644
--- a/src/cpu/amd/dualcore/dualcore.c
+++ b/src/cpu/amd/dualcore/dualcore.c
@@ -62,5 +62,3 @@ static inline void start_other_cores(void)
}
}
-
-
diff --git a/src/cpu/amd/dualcore/dualcore_id.c b/src/cpu/amd/dualcore/dualcore_id.c
index 5674c497d5..ba92396731 100644
--- a/src/cpu/amd/dualcore/dualcore_id.c
+++ b/src/cpu/amd/dualcore/dualcore_id.c
@@ -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
}
-