aboutsummaryrefslogtreecommitdiff
path: root/src/include/cpu
diff options
context:
space:
mode:
authorScott Duplichan <scott@notabs.org>2011-05-15 22:10:15 +0000
committerMarc Jones <marc.jones@amd.com>2011-05-15 22:10:15 +0000
commit8c462637212735b1850c22f7cd51e0c947f28564 (patch)
tree183c6d48a07e954973e79b7e5e85e58a48bfa02c /src/include/cpu
parent5d878ad3123b82630cc4992f4fae448d0403be24 (diff)
Cosmetic cleanup.
Signed-off-by: Scott Duplichan <scott@notabs.org> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6594 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/cpu')
-rw-r--r--src/include/cpu/amd/amdfam14.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/cpu/amd/amdfam14.h b/src/include/cpu/amd/amdfam14.h
index 1587d16cf5..c4b7e6d143 100644
--- a/src/include/cpu/amd/amdfam14.h
+++ b/src/include/cpu/amd/amdfam14.h
@@ -36,18 +36,11 @@
msr_t rdmsr_amd(u32 index);
void wrmsr_amd(u32 index, msr_t msr);
-//#if defined(__GNUC__)
-//// it can be used to get unitid and coreid it running only
-//struct node_core_id get_node_core_id(u32 nb_cfg_54);
-//struct node_core_id get_node_core_id_x(void);
-//#endif
-
#if defined(__PRE_RAM__)
void wait_all_core0_started(void);
void wait_all_other_cores_started(u32 bsp_apicid);
void wait_all_aps_started(u32 bsp_apicid);
void allow_all_aps_stop(u32 bsp_apicid);
#endif
-u32 get_initial_apicid(void);
#endif /* CPU_AMD_FAM14_H */