summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-07 21:55:16 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-07-12 19:31:21 +0000
commitf33ab7c30f4d1087111ac92c3ddcbd65a0e7d455 (patch)
tree6f585944bb9e3a9275b793ac1d200f58dd5573f5 /src/arch
parent23d3ad0f640c32a452cc36eb3040f324feeee3e8 (diff)
downloadcoreboot-f33ab7c30f4d1087111ac92c3ddcbd65a0e7d455.tar.xz
arch/x86/mpspec.c: Drop dead code
This code is not even being build-tested. Drop it before it grows moss. Change-Id: I8280d29b9a7bc835c2cb7e3e3dfca70768672a5f Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43209 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/mpspec.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/x86/mpspec.c b/src/arch/x86/mpspec.c
index 31e1127772..15c3c0e1ea 100644
--- a/src/arch/x86/mpspec.c
+++ b/src/arch/x86/mpspec.c
@@ -240,12 +240,6 @@ void smp_write_intsrc(struct mp_config_table *mc,
mpc->mpc_dstapic = dstapic;
mpc->mpc_dstirq = dstirq;
smp_add_mpc_entry(mc, sizeof(*mpc));
-#ifdef DEBUG_MPTABLE
- printk(BIOS_DEBUG,
- "add intsrc srcbus 0x%x srcbusirq 0x%x, dstapic 0x%x, dstirq 0x%x\n",
- srcbus, srcbusirq, dstapic, dstirq);
- hexdump(__func__, mpc, sizeof(*mpc));
-#endif
}
/*