diff options
author | Patrick Georgi patrick <Patrick Georgi patrick@georgi-clan.de> | 2010-11-23 07:19:54 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-11-23 07:19:54 +0000 |
commit | 612fcc3955ff238a6c35b96198ee85d82692ffa0 (patch) | |
tree | 86c4489ddf8fb352c1bd88be044b93a82e7fb6d2 /src/arch/i386/include | |
parent | bcaea142f344389ed0c1857f53b7c8556a804c8d (diff) |
Make smp_write_bus static (local scope), to prevent new boards from
using it directly again.
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6118 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/include')
-rw-r--r-- | src/arch/i386/include/arch/smp/mpspec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/i386/include/arch/smp/mpspec.h b/src/arch/i386/include/arch/smp/mpspec.h index 5dc164748e..bc09f485d8 100644 --- a/src/arch/i386/include/arch/smp/mpspec.h +++ b/src/arch/i386/include/arch/smp/mpspec.h @@ -243,8 +243,6 @@ void smp_write_processor(struct mp_config_table *mc, unsigned char cpuflag, unsigned int cpufeature, unsigned int featureflag); void smp_write_processors(struct mp_config_table *mc); -void smp_write_bus(struct mp_config_table *mc, - unsigned char id, const char *bustype); void smp_write_ioapic(struct mp_config_table *mc, unsigned char id, unsigned char ver, unsigned long apicaddr); |