aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-29 14:45:36 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-29 14:45:36 +0000
commit9a16e3e5a6f5b0dda15343132c271afc89dbd846 (patch)
treefa539041ead5210cbd995101af5f3dcd4a9b346f /src/include
parente9f3258e0b1ed57308d277d3b5a6c67f4819e171 (diff)
dualcore.h and quadcore.h are almost exactly the same.
Only have multicore.h for both of them. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5311 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cpu/amd/dualcore.h24
-rw-r--r--src/include/cpu/amd/multicore.h (renamed from src/include/cpu/amd/quadcore.h)2
2 files changed, 1 insertions, 25 deletions
diff --git a/src/include/cpu/amd/dualcore.h b/src/include/cpu/amd/dualcore.h
deleted file mode 100644
index 58cf945aba..0000000000
--- a/src/include/cpu/amd/dualcore.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef CPU_AMD_DUALCORE_H
-#define CPU_AMD_DUALCORE_H
-
-#if defined(__GNUC__)
-unsigned int read_nb_cfg_54(void);
-#endif
-
-struct node_core_id {
- unsigned nodeid;
- unsigned coreid;
-};
-
-#if defined(__GNUC__)
-// it can be used to get unitid and coreid it running only
-struct node_core_id get_node_core_id(unsigned int nb_cfg_54);
-#endif
-
-#if !defined(__PRE_RAM__)
-struct device;
-unsigned get_apicid_base(unsigned ioapic_num);
-void amd_sibling_init(struct device *cpu);
-#endif
-
-#endif /* CPU_AMD_DUALCORE_H */
diff --git a/src/include/cpu/amd/quadcore.h b/src/include/cpu/amd/multicore.h
index 7bf84b4bce..47328ef80d 100644
--- a/src/include/cpu/amd/quadcore.h
+++ b/src/include/cpu/amd/multicore.h
@@ -21,7 +21,7 @@
#define CPU_AMD_QUADCORE_H
#if defined(__GNUC__)
-unsigned int read_nb_cfg_54(void);
+u32 read_nb_cfg_54(void);
#endif
struct node_core_id {