diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-08-01 11:31:08 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-08-01 11:31:08 +0000 |
commit | 7a4f688f4fa63d25d3124b5af4c21b5b499fe5c2 (patch) | |
tree | 5227711278c16f038464d91dd15a036cca37916b /src/arch/i386/smp/mpspec.c | |
parent | d98cf5bed93e48f4cb3bdc5219a03207cd01c3ce (diff) | |
download | coreboot-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/mpspec.c')
-rw-r--r-- | src/arch/i386/smp/mpspec.c | 2 |
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); |