summaryrefslogtreecommitdiff
path: root/src/arch/i386/smp
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-08-01 11:31:08 +0000
committerStefan Reinauer <stepan@openbios.org>2008-08-01 11:31:08 +0000
commit7a4f688f4fa63d25d3124b5af4c21b5b499fe5c2 (patch)
tree5227711278c16f038464d91dd15a036cca37916b /src/arch/i386/smp
parentd98cf5bed93e48f4cb3bdc5219a03207cd01c3ce (diff)
downloadcoreboot-7a4f688f4fa63d25d3124b5af4c21b5b499fe5c2.tar.xz
fix warnings, make mptable struct members explicitly packed, as they're
supposed to be. rename LXBIOS to CORE in ACPI table identifiers. (trivial) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3442 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/smp')
-rw-r--r--src/arch/i386/smp/mpspec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/smp/mpspec.c b/src/arch/i386/smp/mpspec.c
index 3aedd21088..c22a3ec5b7 100644
--- a/src/arch/i386/smp/mpspec.c
+++ b/src/arch/i386/smp/mpspec.c
@@ -155,7 +155,7 @@ void smp_write_processors(struct mp_config_table *mc)
}
void smp_write_bus(struct mp_config_table *mc,
- unsigned char id, unsigned char *bustype)
+ unsigned char id, char *bustype)
{
struct mpc_config_bus *mpc;
mpc = smp_next_mpc_entry(mc);