mptable: Get rid of fixup_virtual_wire
[coreboot.git] / src / arch / x86 / include / arch / smp / mpspec.h
index 1f194cd5fa8eb1efdd0ebce8e9c2bd57ac6ef90c..e9a20c387fedb61825ae065bf398761e6b982ffa 100644 (file)
@@ -268,9 +268,7 @@ void smp_write_compatibility_address_space(struct mp_config_table *mc,
        unsigned char busid, unsigned char address_modifier,
        unsigned int range_list);
 unsigned char smp_compute_checksum(void *v, int len);
-void *smp_write_floating_table(unsigned long addr);
-void *smp_write_floating_table_physaddr(unsigned long addr,
-               unsigned long mpf_physptr);
+void *smp_write_floating_table(unsigned long addr, unsigned int virtualwire);
 unsigned long write_smp_table(unsigned long addr);
 
 void mptable_lintsrc(struct mp_config_table *mc, unsigned long bus_isa);