Yes, copy_table() would invoke it, but CSM will *only* use it for SMBIOS
tables and however much we trick the compiler by gratuitously checking
the table signature right before calling copy_table(), it still doesn't
seem to notice that fact. And emits code for all the other three cases
we don't care about.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
RsdpAddr = newpos;
}
-static void
+void
copy_smbios(void *pos)
{
if (SMBiosAddr)
void coreboot_cbfs_init(void);
// biostable.c
+void copy_smbios(void *pos);
void copy_table(void *pos);
// vgahooks.c