aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/m4a78-em/mptable.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-01-03 11:38:43 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-01-04 17:20:51 +0000
commit8052fe459c777db7985bdfed3ca198a556fc970c (patch)
treec4a421408e507161c0f5ab71d1e7c5a4ffd00ec0 /src/mainboard/asus/m4a78-em/mptable.c
parent0571afe5d2b576f8e89eaabf4bbd0f7a31fd0a62 (diff)
amdfam10 boards: Drop const variables sbdn_sb800 and sbdn_sb700
They evaluate to const zero and obscure PCI_DEVFN() use. Change-Id: I8bd8dced62094d5ee8e957241ac29ead054f5c05 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/30632 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/asus/m4a78-em/mptable.c')
-rw-r--r--src/mainboard/asus/m4a78-em/mptable.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/asus/m4a78-em/mptable.c b/src/mainboard/asus/m4a78-em/mptable.c
index 4ea9e66913..1fd89cc2de 100644
--- a/src/mainboard/asus/m4a78-em/mptable.c
+++ b/src/mainboard/asus/m4a78-em/mptable.c
@@ -24,7 +24,6 @@ extern u8 bus_sb700[2];
extern u32 apicid_sb700;
-extern u32 sbdn_sb700;
static void *smp_write_config_table(void *v)
{
@@ -47,7 +46,7 @@ static void *smp_write_config_table(void *v)
dev =
dev_find_slot(bus_sb700[0],
- PCI_DEVFN(sbdn_sb700 + 0x14, 0));
+ PCI_DEVFN(0x14, 0));
if (dev) {
dword = pci_read_config32(dev, 0x74) & 0xfffffff0;
smp_write_ioapic(mc, apicid_sb700,